#DBE888

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

Shades of Primrose #DBE888

Tints of Primrose #DBE888

Color information

#DBE888 (or 0xDBE888) is unknown color: approx Primrose. HEX triplet: DB, E8 and 88. RGB value is (219,232,136). Sum of RGB (Red+Green+Blue) = 219+232+136=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE888 is #241777. Grayscale: #D9D9D9. Windows color (decimal): -2365304 or 8972507. OLE color: 8972507.

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

Color convert

RGB219232136-
CMYK0.0600.410.09
HSL68.12º67.61%72.16%-
HSV(B)68.12º41.38%90.98%-
XYZ62.5174.5534.39-
YUV217.1782.19129.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 232 (91.02% from 255) = 39.52%
BLUE value IS 136 (53.52% from 255) = 23.17%
R=37.31%
G=39.52%
B=23.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321360.0600.410.0968.1267.6172.16
HexDBE88860299444448
Octal333350210605111104104110
Binary11011011111010001000100011001010011001100010010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE888; }

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

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

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

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

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

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

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

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