#DDECC0

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

Shades of Willow Brook #DDECC0

Tints of Willow Brook #DDECC0

Color information

#DDECC0 (or 0xDDECC0) is unknown color: approx Willow Brook. HEX triplet: DD, EC and C0. RGB value is (221,236,192). Sum of RGB (Red+Green+Blue) = 221+236+192=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECC0 is #22133F. Grayscale: #E2E2E2. Windows color (decimal): -2233152 or 12643549. OLE color: 12643549.

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

Color convert

RGB221236192-
CMYK0.0600.190.07
HSL80.45º53.66%83.92%-
HSV(B)80.45º18.64%92.55%-
XYZ69.3379.1761.5-
YUV226.5108.53124.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=34.05%
G=36.36%
B=29.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361920.0600.190.0780.4553.6683.92
HexDDECC060137503654
Octal3353543006023712066124
Binary11011101111011001100000011001001111110100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECC0; }

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

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

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

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

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

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

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

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