#DEE2D0

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

Shades of Willow Brook #DEE2D0

Tints of Willow Brook #DEE2D0

Color information

#DEE2D0 (or 0xDEE2D0) is unknown color: approx Willow Brook. HEX triplet: DE, E2 and D0. RGB value is (222,226,208). Sum of RGB (Red+Green+Blue) = 222+226+208=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2D0 is #211D2F. Grayscale: #DEDEDE. Windows color (decimal): -2170160 or 13689566. OLE color: 13689566.

HSL color Cylindrical-coordinate representation of color #DEE2D0: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE2D0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB222226208-
CMYK0.0200.080.11
HSL73.33º23.68%85.1%-
HSV(B)73.33º7.96%88.63%-
XYZ68.7174.4870.43-
YUV222.75119.67127.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 208 (81.64% from 255) = 31.71%
R=33.84%
G=34.45%
B=31.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222262080.0200.080.1173.3323.6885.1
HexDEE2D0208B491855
Octal33634232020101311130125
Binary110111101110001011010000100100010111001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2D0; }

 p { color: rgb(222,226,208); }

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

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

 a { background-color: rgb(222,226,208); }

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

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

 span { border-color: rgb(222,226,208); }

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