Shades of Fog #DCC7FF
Tints of Fog #DCC7FF
RGB
CMYK
RGB Variations
Color information
#DCC7FF (or 0xDCC7FF) is known color: Fog. HEX triplet: DC, C7 and FF. RGB value is (220,199,255). Sum of RGB (Red+Green+Blue) = 220+199+255=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7FF is #233800. Grayscale: #D3D3D3. Windows color (decimal): -2308097 or 16762844. OLE color: 16762844.
HSL color Cylindrical-coordinate representation of color #DCC7FF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC7FF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 199 | 255 | - |
| CMYK | 0.14 | 0.22 | 0 | 0 |
| HSL | 262.5º | 1% | 0.89% | - |
| HSV(B) | 262.5º | 0.22% | 1% | - |
| XYZ | 67.99 | 63.28 | 103.24 | - |
| YUV | 211.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 255 | 0.14 | 0.22 | 0 | 0 | 262.5 | 1 | 0.89 |
| Hex | DC | C7 | FF | E | 16 | 0 | 0 | 106 | 64 | 59 |
| Octal | 334 | 307 | 377 | 16 | 26 | 0 | 0 | 406 | 144 | 131 |
| Binary | 11011100 | 11000111 | 11111111 | 1110 | 10110 | 0 | 0 | 100000110 | 1100100 | 1011001 |
Color Harmonies of #DCC7FF
Complementary color
Monochromatic Colors of #DCC7FF
Black with #DCC7FF
Text Example
Text Example
White with #DCC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7FF; }
p { color: rgb(220,199,255); }
H1.HeaderClassName
{
color: #DCC7FF;
}
.AnyTagClassName
{
color: #DCC7FF;
}
</style>
background-color css
<style>
a { background-color: #DCC7FF; }
a { background-color: rgb(220,199,255); }
div.DivClassName
{
background-color: #DCC7FF;
}
.BgClassName
{
background-color: #DCC7FF;
}
</style>
border-color css
<style>
span { border-color: #DCC7FF; }
span { border-color: rgb(220,199,255); }
td.TdClassName
{
border-color: #DCC7FF;
}
.TagClassName
{
border-color: #DCC7FF;
}
</style>