#DBE187

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

Shades of Primrose #DBE187

Tints of Primrose #DBE187

Color information

#DBE187 (or 0xDBE187) is unknown color: approx Primrose. HEX triplet: DB, E1 and 87. RGB value is (219,225,135). Sum of RGB (Red+Green+Blue) = 219+225+135=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE187 is #241E78. Grayscale: #D5D5D5. Windows color (decimal): -2367097 or 8905179. OLE color: 8905179.

HSL color Cylindrical-coordinate representation of color #DBE187: hue angle of 64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE187 is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB219225135-
CMYK0.0300.40.12
HSL64º60%70.59%-
HSV(B)64º40%88.24%-
XYZ60.5170.6633.37-
YUV212.9584.01132.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 135 (53.12% from 255) = 23.32%
R=37.82%
G=38.86%
B=23.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251350.0300.40.12646070.59
HexDBE1873028C403c47
Octal33334120730501410074107
Binary110110111110000110000111110101000110010000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE187; }

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

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

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

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

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

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

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

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