#DDE3CB

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

Shades of Willow Brook #DDE3CB

Tints of Willow Brook #DDE3CB

Color information

#DDE3CB (or 0xDDE3CB) is unknown color: approx Willow Brook. HEX triplet: DD, E3 and CB. RGB value is (221,227,203). Sum of RGB (Red+Green+Blue) = 221+227+203=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CB is #221C34. Grayscale: #DEDEDE. Windows color (decimal): -2235445 or 13362141. OLE color: 13362141.

HSL color Cylindrical-coordinate representation of color #DDE3CB: hue angle of 75º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE3CB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB221227203-
CMYK0.0300.110.11
HSL75º30%84.31%-
HSV(B)75º10.57%89.02%-
XYZ68.0774.6267.32-
YUV222.47117.01126.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=33.95%
G=34.87%
B=31.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272030.0300.110.11753084.31
HexDDE3CB30BB4b1e54
Octal33534331330131311336124
Binary110111011110001111001011110101110111001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3CB; }

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

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

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

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

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

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

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

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