#DEE6CA

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

Shades of Willow Brook #DEE6CA

Tints of Willow Brook #DEE6CA

Color information

#DEE6CA (or 0xDEE6CA) is unknown color: approx Willow Brook. HEX triplet: DE, E6 and CA. RGB value is (222,230,202). Sum of RGB (Red+Green+Blue) = 222+230+202=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6CA is #211935. Grayscale: #E0E0E0. Windows color (decimal): -2169142 or 13297374. OLE color: 13297374.

HSL color Cylindrical-coordinate representation of color #DEE6CA: hue angle of 77.14º degrees, saturation: 0.36, 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 #DEE6CA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB222230202-
CMYK0.0300.120.10
HSL77.14º35.9%84.71%-
HSV(B)77.14º12.17%90.2%-
XYZ69.0876.3966.98-
YUV224.42115.35126.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=33.94%
G=35.17%
B=30.89%

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
Decimal2222302020.0300.120.1077.1435.984.71
HexDEE6CA30CA4d2455
Octal33634631230141211544125
Binary1101111011100110110010101101100101010011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6CA; }

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

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

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

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

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

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

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

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