Shades of Fog #DCC7ED
Tints of Fog #DCC7ED
RGB
CMYK
RGB Variations
Color information
#DCC7ED (or 0xDCC7ED) is known color: Fog. HEX triplet: DC, C7 and ED. RGB value is (220,199,237). Sum of RGB (Red+Green+Blue) = 220+199+237=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7ED is #233812. Grayscale: #D1D1D1. Windows color (decimal): -2308115 or 15583196. OLE color: 15583196.
HSL color Cylindrical-coordinate representation of color #DCC7ED: hue angle of 273.16º degrees, saturation: 0.51, 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 #DCC7ED is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 199 | 237 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 273.16º | 0.51% | 0.85% | - |
| HSV(B) | 273.16º | 0.16% | 0.93% | - |
| XYZ | 65.22 | 62.18 | 88.68 | - |
| YUV | 209.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 237 | 0.07 | 0.16 | 0 | 0.07 | 273.16 | 0.51 | 0.85 |
| Hex | DC | C7 | ED | 7 | 10 | 0 | 7 | 111 | 33 | 55 |
| Octal | 334 | 307 | 355 | 7 | 20 | 0 | 7 | 421 | 63 | 125 |
| Binary | 11011100 | 11000111 | 11101101 | 111 | 10000 | 0 | 111 | 100010001 | 110011 | 1010101 |
Color Harmonies of #DCC7ED
Complementary color
Monochromatic Colors of #DCC7ED
Black with #DCC7ED
Text Example
Text Example
White with #DCC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7ED; }
p { color: rgb(220,199,237); }
H1.HeaderClassName
{
color: #DCC7ED;
}
.AnyTagClassName
{
color: #DCC7ED;
}
</style>
background-color css
<style>
a { background-color: #DCC7ED; }
a { background-color: rgb(220,199,237); }
div.DivClassName
{
background-color: #DCC7ED;
}
.BgClassName
{
background-color: #DCC7ED;
}
</style>
border-color css
<style>
span { border-color: #DCC7ED; }
span { border-color: rgb(220,199,237); }
td.TdClassName
{
border-color: #DCC7ED;
}
.TagClassName
{
border-color: #DCC7ED;
}
</style>