#DDECC6

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

Shades of Willow Brook #DDECC6

Tints of Willow Brook #DDECC6

Color information

#DDECC6 (or 0xDDECC6) is unknown color: approx Willow Brook. HEX triplet: DD, EC and C6. RGB value is (221,236,198). Sum of RGB (Red+Green+Blue) = 221+236+198=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECC6 is #221339. Grayscale: #E3E3E3. Windows color (decimal): -2233146 or 13036765. OLE color: 13036765.

HSL color Cylindrical-coordinate representation of color #DDECC6: hue angle of 83.68º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDECC6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB221236198-
CMYK0.0600.160.07
HSL83.68º50%85.1%-
HSV(B)83.68º16.1%92.55%-
XYZ70.0179.4465.07-
YUV227.18111.53123.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=33.74%
G=36.03%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361980.0600.160.0783.685085.1
HexDDECC660107543255
Octal3353543066020712462125
Binary11011101111011001100011011001000011110101001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECC6; }

 p { color: rgb(221,236,198); }

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

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

 a { background-color: rgb(221,236,198); }

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

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

 span { border-color: rgb(221,236,198); }

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