#DCEDBA

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

Shades of Willow Brook #DCEDBA

Tints of Willow Brook #DCEDBA

Color information

#DCEDBA (or 0xDCEDBA) is unknown color: approx Willow Brook. HEX triplet: DC, ED and BA. RGB value is (220,237,186). Sum of RGB (Red+Green+Blue) = 220+237+186=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDBA is #231245. Grayscale: #E2E2E2. Windows color (decimal): -2298438 or 12250588. OLE color: 12250588.

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

Color convert

RGB220237186-
CMYK0.0700.220.07
HSL80º58.62%82.94%-
HSV(B)80º21.52%92.94%-
XYZ68.6679.3358.15-
YUV226.1105.37123.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=34.21%
G=36.86%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371860.0700.220.078058.6282.94
HexDCEDBA70167503b53
Octal3343552727026712073123
Binary11011100111011011011101011101011011110100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDBA; }

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

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

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

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

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

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

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

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