Shades of Blanc #DCCEBD
Tints of Blanc #DCCEBD
RGB
CMYK
RGB Variations
Color information
#DCCEBD (or 0xDCCEBD) is known color: Blanc. HEX triplet: DC, CE and BD. RGB value is (220,206,189). Sum of RGB (Red+Green+Blue) = 220+206+189=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEBD is #233142. Grayscale: #D0D0D0. Windows color (decimal): -2306371 or 12439260. OLE color: 12439260.
HSL color Cylindrical-coordinate representation of color #DCCEBD: hue angle of 32.9º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCEBD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 189 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.14 |
| HSL | 32.9º | 0.31% | 0.8% | - |
| HSV(B) | 32.9º | 0.14% | 0.86% | - |
| XYZ | 60.77 | 63.03 | 57.11 | - |
| YUV | 208.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 189 | 0 | 0.06 | 0.14 | 0.14 | 32.9 | 0.31 | 0.8 |
| Hex | DC | CE | BD | 0 | 6 | E | E | 21 | 1F | 50 |
| Octal | 334 | 316 | 275 | 0 | 6 | 16 | 16 | 41 | 37 | 120 |
| Binary | 11011100 | 11001110 | 10111101 | 0 | 110 | 1110 | 1110 | 100001 | 11111 | 1010000 |
Color Harmonies of #DCCEBD
Complementary color
Monochromatic Colors of #DCCEBD
Black with #DCCEBD
Text Example
Text Example
White with #DCCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEBD; }
p { color: rgb(220,206,189); }
H1.HeaderClassName
{
color: #DCCEBD;
}
.AnyTagClassName
{
color: #DCCEBD;
}
</style>
background-color css
<style>
a { background-color: #DCCEBD; }
a { background-color: rgb(220,206,189); }
div.DivClassName
{
background-color: #DCCEBD;
}
.BgClassName
{
background-color: #DCCEBD;
}
</style>
border-color css
<style>
span { border-color: #DCCEBD; }
span { border-color: rgb(220,206,189); }
td.TdClassName
{
border-color: #DCCEBD;
}
.TagClassName
{
border-color: #DCCEBD;
}
</style>