#DEE7CF

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

Shades of Willow Brook #DEE7CF

Tints of Willow Brook #DEE7CF

Color information

#DEE7CF (or 0xDEE7CF) is unknown color: approx Willow Brook. HEX triplet: DE, E7 and CF. RGB value is (222,231,207). Sum of RGB (Red+Green+Blue) = 222+231+207=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7CF is #211830. Grayscale: #E1E1E1. Windows color (decimal): -2168881 or 13625310. OLE color: 13625310.

HSL color Cylindrical-coordinate representation of color #DEE7CF: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE7CF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB222231207-
CMYK0.0400.100.09
HSL82.5º33.33%85.88%-
HSV(B)82.5º10.39%90.59%-
XYZ69.9677.1970.24-
YUV225.57117.52125.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=33.64%
G=35%
B=31.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222312070.0400.100.0982.533.3385.88
HexDEE7CF40A9522156
Octal33634731740121112241126
Binary11011110111001111100111110001010100110100101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7CF; }

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

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

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

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

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

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

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

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