#DEE788

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

Shades of Primrose #DEE788

Tints of Primrose #DEE788

Color information

#DEE788 (or 0xDEE788) is unknown color: approx Primrose. HEX triplet: DE, E7 and 88. RGB value is (222,231,136). Sum of RGB (Red+Green+Blue) = 222+231+136=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE788 is #211877. Grayscale: #D9D9D9. Windows color (decimal): -2168952 or 8972254. OLE color: 8972254.

HSL color Cylindrical-coordinate representation of color #DEE788: hue angle of 65.68º degrees, saturation: 0.66, 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 #DEE788 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB222231136-
CMYK0.0400.410.09
HSL65.68º66.43%71.96%-
HSV(B)65.68º41.13%90.59%-
XYZ63.1474.4634.34-
YUV217.4882.02131.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 136 (53.52% from 255) = 23.09%
R=37.69%
G=39.22%
B=23.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311360.0400.410.0965.6866.4371.96
HexDEE78840299424248
Octal336347210405111102102110
Binary11011110111001111000100010001010011001100001010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE788; }

 p { color: rgb(222,231,136); }

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

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

 a { background-color: rgb(222,231,136); }

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

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

 span { border-color: rgb(222,231,136); }

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