#DDEDC2

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

Shades of Willow Brook #DDEDC2

Tints of Willow Brook #DDEDC2

Color information

#DDEDC2 (or 0xDDEDC2) is unknown color: approx Willow Brook. HEX triplet: DD, ED and C2. RGB value is (221,237,194). Sum of RGB (Red+Green+Blue) = 221+237+194=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC2 is #22123D. Grayscale: #E3E3E3. Windows color (decimal): -2232894 or 12774877. OLE color: 12774877.

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

Color convert

RGB221237194-
CMYK0.0700.180.07
HSL82.33º54.43%84.51%-
HSV(B)82.33º18.14%92.94%-
XYZ69.8479.8462.77-
YUV227.31109.2123.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 194 (76.17% from 255) = 29.75%
R=33.90%
G=36.35%
B=29.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371940.0700.180.0782.3354.4384.51
HexDDEDC270127523655
Octal3353553027022712266125
Binary11011101111011011100001011101001011110100101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDC2; }

 p { color: rgb(221,237,194); }

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

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

 a { background-color: rgb(221,237,194); }

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

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

 span { border-color: rgb(221,237,194); }

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