#DDE3CC

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

Shades of Willow Brook #DDE3CC

Tints of Willow Brook #DDE3CC

Color information

#DDE3CC (or 0xDDE3CC) is unknown color: approx Willow Brook. HEX triplet: DD, E3 and CC. RGB value is (221,227,204). Sum of RGB (Red+Green+Blue) = 221+227+204=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CC is #221C33. Grayscale: #DEDEDE. Windows color (decimal): -2235444 or 13427677. OLE color: 13427677.

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

Color convert

RGB221227204-
CMYK0.0300.100.11
HSL75.65º29.11%84.51%-
HSV(B)75.65º10.13%89.02%-
XYZ68.1974.6767.95-
YUV222.58117.51126.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=33.90%
G=34.82%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272040.0300.100.1175.6529.1184.51
HexDDE3CC30AB4c1d55
Octal33534331430121311435125
Binary110111011110001111001100110101010111001100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3CC; }

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

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

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

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

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

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

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

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