#DDE6CB

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

Shades of Willow Brook #DDE6CB

Tints of Willow Brook #DDE6CB

Color information

#DDE6CB (or 0xDDE6CB) is unknown color: approx Willow Brook. HEX triplet: DD, E6 and CB. RGB value is (221,230,203). Sum of RGB (Red+Green+Blue) = 221+230+203=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6CB is #221934. Grayscale: #E0E0E0. Windows color (decimal): -2234677 or 13362909. OLE color: 13362909.

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

Color convert

RGB221230203-
CMYK0.0400.120.10
HSL80º35.06%84.9%-
HSV(B)80º11.74%90.2%-
XYZ68.976.2867.59-
YUV224.23116.02125.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=33.79%
G=35.17%
B=31.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212302030.0400.120.108035.0684.9
HexDDE6CB40CA502355
Octal33534631340141212043125
Binary11011101111001101100101110001100101010100001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6CB; }

 p { color: rgb(221,230,203); }

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

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

 a { background-color: rgb(221,230,203); }

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

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

 span { border-color: rgb(221,230,203); }

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