#DCECBD

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

Shades of Willow Brook #DCECBD

Tints of Willow Brook #DCECBD

Color information

#DCECBD (or 0xDCECBD) is unknown color: approx Willow Brook. HEX triplet: DC, EC and BD. RGB value is (220,236,189). Sum of RGB (Red+Green+Blue) = 220+236+189=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECBD is #231342. Grayscale: #E2E2E2. Windows color (decimal): -2298691 or 12446940. OLE color: 12446940.

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

Color convert

RGB220236189-
CMYK0.0700.200.07
HSL80.43º55.29%83.33%-
HSV(B)80.43º19.92%92.55%-
XYZ68.778.8859.75-
YUV225.86107.2123.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=34.11%
G=36.59%
B=29.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361890.0700.200.0780.4355.2983.33
HexDCECBD70147503753
Octal3343542757024712067123
Binary11011100111011001011110111101010011110100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECBD; }

 p { color: rgb(220,236,189); }

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

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

 a { background-color: rgb(220,236,189); }

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

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

 span { border-color: rgb(220,236,189); }

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