#DDEDC6

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

Shades of Willow Brook #DDEDC6

Tints of Willow Brook #DDEDC6

Color information

#DDEDC6 (or 0xDDEDC6) is unknown color: approx Willow Brook. HEX triplet: DD, ED and C6. RGB value is (221,237,198). Sum of RGB (Red+Green+Blue) = 221+237+198=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDC6 is #221239. Grayscale: #E3E3E3. Windows color (decimal): -2232890 or 13037021. OLE color: 13037021.

HSL color Cylindrical-coordinate representation of color #DDEDC6: hue angle of 84.62º degrees, saturation: 0.52, 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 #DDEDC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB221237198-
CMYK0.0700.160.07
HSL84.62º52%85.29%-
HSV(B)84.62º16.46%92.94%-
XYZ70.380.0265.17-
YUV227.77111.2123.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 198 (77.73% from 255) = 30.18%
R=33.69%
G=36.13%
B=30.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371980.0700.160.0784.625285.29
HexDDEDC670107553455
Octal3353553067020712564125
Binary11011101111011011100011011101000011110101011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDC6; }

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

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

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

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

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

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

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

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