#DDE7CD

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

Shades of Willow Brook #DDE7CD

Tints of Willow Brook #DDE7CD

Color information

#DDE7CD (or 0xDDE7CD) is unknown color: approx Willow Brook. HEX triplet: DD, E7 and CD. RGB value is (221,231,205). Sum of RGB (Red+Green+Blue) = 221+231+205=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7CD is #221832. Grayscale: #E1E1E1. Windows color (decimal): -2234419 or 13494237. OLE color: 13494237.

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

Color convert

RGB221231205-
CMYK0.0400.110.09
HSL83.08º35.14%85.49%-
HSV(B)83.08º11.26%90.59%-
XYZ69.4176.9368.95-
YUV225.05116.69125.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=33.64%
G=35.16%
B=31.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212312050.0400.110.0983.0835.1485.49
HexDDE7CD40B9532355
Octal33534731540131112343125
Binary11011101111001111100110110001011100110100111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7CD; }

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

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

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

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

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

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

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

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