#DCEDC2

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

Shades of Willow Brook #DCEDC2

Tints of Willow Brook #DCEDC2

Color information

#DCEDC2 (or 0xDCEDC2) is unknown color: approx Willow Brook. HEX triplet: DC, ED and C2. RGB value is (220,237,194). Sum of RGB (Red+Green+Blue) = 220+237+194=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC2 is #23123D. Grayscale: #E3E3E3. Windows color (decimal): -2298430 or 12774876. OLE color: 12774876.

HSL color Cylindrical-coordinate representation of color #DCEDC2: hue angle of 83.72º 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 #DCEDC2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB220237194-
CMYK0.0700.180.07
HSL83.72º54.43%84.51%-
HSV(B)83.72º18.14%92.94%-
XYZ69.5479.6862.75-
YUV227.02109.37123-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 194 (76.17% from 255) = 29.80%
R=33.79%
G=36.41%
B=29.80%

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
Decimal2202371940.0700.180.0783.7254.4384.51
HexDCEDC270127543655
Octal3343553027022712466125
Binary11011100111011011100001011101001011110101001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDC2; }

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

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

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

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

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

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

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

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