#DBE685

Color #DBE685 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DBE685

Tints of Primrose #DBE685

Color information

#DBE685 (or 0xDBE685) is unknown color: approx Primrose. HEX triplet: DB, E6 and 85. RGB value is (219,230,133). Sum of RGB (Red+Green+Blue) = 219+230+133=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE685 is #24197A. Grayscale: #D8D8D8. Windows color (decimal): -2365819 or 8775387. OLE color: 8775387.

HSL color Cylindrical-coordinate representation of color #DBE685: hue angle of 66.8º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE685 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB219230133-
CMYK0.0500.420.10
HSL66.8º65.99%71.18%-
HSV(B)66.8º42.17%90.2%-
XYZ61.7473.3533.09-
YUV215.6581.36130.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 230 (90.23% from 255) = 39.52%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=37.63%
G=39.52%
B=22.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301330.0500.420.1066.865.9971.18
HexDBE685502AA434247
Octal333346205505212103102107
Binary11011011111001101000010110101010101010100001110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE685; }

 p { color: rgb(219,230,133); }

 H1.HeaderClassName
 {
   color: #DBE685;
 }
 .AnyTagClassName
 {
   color: #DBE685;
 }
</style>
background-color css

<style>
 a { background-color: #DBE685; }

 a { background-color: rgb(219,230,133); }

 div.DivClassName
 {
   background-color: #DBE685;
 }
 .BgClassName
 {
   background-color: #DBE685;
 }
</style>
border-color css

<style>
 span { border-color: #DBE685; }

 span { border-color: rgb(219,230,133); }

 td.TdClassName
 {
   border-color: #DBE685;
 }
 .TagClassName
 {
   border-color: #DBE685;
 }
</style>