#DBE887

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

Shades of Primrose #DBE887

Tints of Primrose #DBE887

Color information

#DBE887 (or 0xDBE887) is unknown color: approx Primrose. HEX triplet: DB, E8 and 87. RGB value is (219,232,135). Sum of RGB (Red+Green+Blue) = 219+232+135=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE887 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE887 is #241778. Grayscale: #D9D9D9. Windows color (decimal): -2365305 or 8906971. OLE color: 8906971.

HSL color Cylindrical-coordinate representation of color #DBE887: hue angle of 68.04º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE887 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB219232135-
CMYK0.0600.420.09
HSL68.04º67.83%71.96%-
HSV(B)68.04º41.81%90.98%-
XYZ62.4474.5234.01-
YUV217.0681.69129.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 232 (91.02% from 255) = 39.59%
BLUE value IS 135 (53.12% from 255) = 23.04%
R=37.37%
G=39.59%
B=23.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321350.0600.420.0968.0467.8371.96
HexDBE887602A9444448
Octal333350207605211104104110
Binary11011011111010001000011111001010101001100010010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE887; }

 p { color: rgb(219,232,135); }

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

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

 a { background-color: rgb(219,232,135); }

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

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

 span { border-color: rgb(219,232,135); }

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