#DDE7CF

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

Shades of Willow Brook #DDE7CF

Tints of Willow Brook #DDE7CF

Color information

#DDE7CF (or 0xDDE7CF) is unknown color: approx Willow Brook. HEX triplet: DD, E7 and CF. RGB value is (221,231,207). Sum of RGB (Red+Green+Blue) = 221+231+207=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7CF is #221830. Grayscale: #E1E1E1. Windows color (decimal): -2234417 or 13625309. OLE color: 13625309.

HSL color Cylindrical-coordinate representation of color #DDE7CF: hue angle of 85º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE7CF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB221231207-
CMYK0.0400.100.09
HSL85º33.33%85.88%-
HSV(B)85º10.39%90.59%-
XYZ69.6677.0370.23-
YUV225.27117.69124.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=33.54%
G=35.05%
B=31.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212312070.0400.100.098533.3385.88
HexDDE7CF40A9552156
Octal33534731740121112541126
Binary11011101111001111100111110001010100110101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7CF; }

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

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

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

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

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

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

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

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