#DDE3CE

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

Shades of Willow Brook #DDE3CE

Tints of Willow Brook #DDE3CE

Color information

#DDE3CE (or 0xDDE3CE) is unknown color: approx Willow Brook. HEX triplet: DD, E3 and CE. RGB value is (221,227,206). Sum of RGB (Red+Green+Blue) = 221+227+206=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CE is #221C31. Grayscale: #DEDEDE. Windows color (decimal): -2235442 or 13558749. OLE color: 13558749.

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

Color convert

RGB221227206-
CMYK0.0300.090.11
HSL77.14º27.27%84.9%-
HSV(B)77.14º9.25%89.02%-
XYZ68.4374.7769.22-
YUV222.81118.51126.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=33.79%
G=34.71%
B=31.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272060.0300.090.1177.1427.2784.9
HexDDE3CE309B4d1b55
Octal33534331630111311533125
Binary110111011110001111001110110100110111001101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3CE; }

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

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

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

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

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

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

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

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