#DDEDC5

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

Shades of Willow Brook #DDEDC5

Tints of Willow Brook #DDEDC5

Color information

#DDEDC5 (or 0xDDEDC5) is unknown color: approx Willow Brook. HEX triplet: DD, ED and C5. RGB value is (221,237,197). Sum of RGB (Red+Green+Blue) = 221+237+197=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC5 is #22123A. Grayscale: #E3E3E3. Windows color (decimal): -2232891 or 12971485. OLE color: 12971485.

HSL color Cylindrical-coordinate representation of color #DDEDC5: hue angle of 84º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDEDC5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB221237197-
CMYK0.0700.170.07
HSL84º52.63%85.1%-
HSV(B)84º16.88%92.94%-
XYZ70.1879.9764.56-
YUV227.66110.7123.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=33.74%
G=36.18%
B=30.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371970.0700.170.078452.6385.1
HexDDEDC570117543555
Octal3353553057021712465125
Binary11011101111011011100010111101000111110101001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDC5; }

 p { color: rgb(221,237,197); }

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

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

 a { background-color: rgb(221,237,197); }

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

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

 span { border-color: rgb(221,237,197); }

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