#DDE4CD

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

Shades of Willow Brook #DDE4CD

Tints of Willow Brook #DDE4CD

Color information

#DDE4CD (or 0xDDE4CD) is unknown color: approx Willow Brook. HEX triplet: DD, E4 and CD. RGB value is (221,228,205). Sum of RGB (Red+Green+Blue) = 221+228+205=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4CD is #221B32. Grayscale: #DFDFDF. Windows color (decimal): -2235187 or 13493469. OLE color: 13493469.

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

Color convert

RGB221228205-
CMYK0.0300.100.11
HSL78.26º29.87%84.9%-
HSV(B)78.26º10.09%89.41%-
XYZ68.5875.2768.67-
YUV223.28117.68126.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=33.79%
G=34.86%
B=31.35%

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
Decimal2212282050.0300.100.1178.2629.8784.9
HexDDE4CD30AB4e1e55
Octal33534431530121311636125
Binary110111011110010011001101110101010111001110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4CD; }

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

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

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

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

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

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

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

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