#DDE8CB

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

Shades of Willow Brook #DDE8CB

Tints of Willow Brook #DDE8CB

Color information

#DDE8CB (or 0xDDE8CB) is unknown color: approx Willow Brook. HEX triplet: DD, E8 and CB. RGB value is (221,232,203). Sum of RGB (Red+Green+Blue) = 221+232+203=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8CB is #221734. Grayscale: #E1E1E1. Windows color (decimal): -2234165 or 13363421. OLE color: 13363421.

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

Color convert

RGB221232203-
CMYK0.0500.120.09
HSL82.76º38.67%85.29%-
HSV(B)82.76º12.5%90.98%-
XYZ69.4577.467.78-
YUV225.4115.36124.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=33.69%
G=35.37%
B=30.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322030.0500.120.0982.7638.6785.29
HexDDE8CB50C9532755
Octal33535031350141112347125
Binary11011101111010001100101110101100100110100111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8CB; }

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

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

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

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

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

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

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

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