#DDE8CD

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

Shades of Willow Brook #DDE8CD

Tints of Willow Brook #DDE8CD

Color information

#DDE8CD (or 0xDDE8CD) is unknown color: approx Willow Brook. HEX triplet: DD, E8 and CD. RGB value is (221,232,205). Sum of RGB (Red+Green+Blue) = 221+232+205=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8CD is #221732. Grayscale: #E1E1E1. Windows color (decimal): -2234163 or 13494493. OLE color: 13494493.

HSL color Cylindrical-coordinate representation of color #DDE8CD: hue angle of 84.44º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE8CD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB221232205-
CMYK0.0500.120.09
HSL84.44º36.99%85.69%-
HSV(B)84.44º11.64%90.98%-
XYZ69.6977.4969.04-
YUV225.63116.36124.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 232 (91.02% from 255) = 35.26%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=33.59%
G=35.26%
B=31.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322050.0500.120.0984.4436.9985.69
HexDDE8CD50C9542556
Octal33535031550141112445126
Binary11011101111010001100110110101100100110101001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8CD; }

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

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

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

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

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

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

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

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