#DDE4D0

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

Shades of Willow Brook #DDE4D0

Tints of Willow Brook #DDE4D0

Color information

#DDE4D0 (or 0xDDE4D0) is unknown color: approx Willow Brook. HEX triplet: DD, E4 and D0. RGB value is (221,228,208). Sum of RGB (Red+Green+Blue) = 221+228+208=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4D0 is #221B2F. Grayscale: #DFDFDF. Windows color (decimal): -2235184 or 13690077. OLE color: 13690077.

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

Color convert

RGB221228208-
CMYK0.0300.090.11
HSL81º27.03%85.49%-
HSV(B)81º8.77%89.41%-
XYZ68.9575.4170.6-
YUV223.63119.18126.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=33.64%
G=34.70%
B=31.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282080.0300.090.118127.0385.49
HexDDE4D0309B511b55
Octal33534432030111312133125
Binary110111011110010011010000110100110111010001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4D0; }

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

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

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

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

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

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

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

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