#DDE9C5

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

Shades of Willow Brook #DDE9C5

Tints of Willow Brook #DDE9C5

Color information

#DDE9C5 (or 0xDDE9C5) is unknown color: approx Willow Brook. HEX triplet: DD, E9 and C5. RGB value is (221,233,197). Sum of RGB (Red+Green+Blue) = 221+233+197=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9C5 is #22163A. Grayscale: #E1E1E1. Windows color (decimal): -2233915 or 12970461. OLE color: 12970461.

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

Color convert

RGB221233197-
CMYK0.0500.150.09
HSL80º45%84.31%-
HSV(B)80º15.45%91.37%-
XYZ69.0477.6864.18-
YUV225.31112.02124.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 233 (91.41% from 255) = 35.79%
BLUE value IS 197 (77.34% from 255) = 30.26%
R=33.95%
G=35.79%
B=30.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331970.0500.150.09804584.31
HexDDE9C550F9502d54
Octal33535130550171112055124
Binary11011101111010011100010110101111100110100001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9C5; }

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

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

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

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

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

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

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

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