#DDE5CD

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

Shades of Willow Brook #DDE5CD

Tints of Willow Brook #DDE5CD

Color information

#DDE5CD (or 0xDDE5CD) is unknown color: approx Willow Brook. HEX triplet: DD, E5 and CD. RGB value is (221,229,205). Sum of RGB (Red+Green+Blue) = 221+229+205=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5CD is #221A32. Grayscale: #DFDFDF. Windows color (decimal): -2234931 or 13493725. OLE color: 13493725.

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

Color convert

RGB221229205-
CMYK0.0300.100.10
HSL80º31.58%85.1%-
HSV(B)80º10.48%89.8%-
XYZ68.8675.8268.76-
YUV223.87117.35125.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=33.74%
G=34.96%
B=31.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292050.0300.100.108031.5885.1
HexDDE5CD30AA502055
Octal33534531530121212040125
Binary1101110111100101110011011101010101010100001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5CD; }

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

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

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

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

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

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

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

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