#DDE4CE

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

Shades of Willow Brook #DDE4CE

Tints of Willow Brook #DDE4CE

Color information

#DDE4CE (or 0xDDE4CE) is unknown color: approx Willow Brook. HEX triplet: DD, E4 and CE. RGB value is (221,228,206). Sum of RGB (Red+Green+Blue) = 221+228+206=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4CE is #221B31. Grayscale: #DFDFDF. Windows color (decimal): -2235186 or 13559005. OLE color: 13559005.

HSL color Cylindrical-coordinate representation of color #DDE4CE: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE4CE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB221228206-
CMYK0.0300.100.11
HSL79.09º28.95%85.1%-
HSV(B)79.09º9.65%89.41%-
XYZ68.775.3269.31-
YUV223.4118.18126.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=33.74%
G=34.81%
B=31.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282060.0300.100.1179.0928.9585.1
HexDDE4CE30AB4f1d55
Octal33534431630121311735125
Binary110111011110010011001110110101010111001111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4CE; }

 p { color: rgb(221,228,206); }

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

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

 a { background-color: rgb(221,228,206); }

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

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

 span { border-color: rgb(221,228,206); }

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