#DEE5CA

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

Shades of Willow Brook #DEE5CA

Tints of Willow Brook #DEE5CA

Color information

#DEE5CA (or 0xDEE5CA) is unknown color: approx Willow Brook. HEX triplet: DE, E5 and CA. RGB value is (222,229,202). Sum of RGB (Red+Green+Blue) = 222+229+202=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5CA is #211A35. Grayscale: #DFDFDF. Windows color (decimal): -2169398 or 13297118. OLE color: 13297118.

HSL color Cylindrical-coordinate representation of color #DEE5CA: hue angle of 75.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE5CA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB222229202-
CMYK0.0300.120.10
HSL75.56º34.18%84.51%-
HSV(B)75.56º11.79%89.8%-
XYZ68.875.8366.89-
YUV223.83115.68126.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=34.00%
G=35.07%
B=30.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222292020.0300.120.1075.5634.1884.51
HexDEE5CA30CA4c2255
Octal33634531230141211442125
Binary1101111011100101110010101101100101010011001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5CA; }

 p { color: rgb(222,229,202); }

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

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

 a { background-color: rgb(222,229,202); }

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

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

 span { border-color: rgb(222,229,202); }

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