Shades of Fog #DCC8FF
Tints of Fog #DCC8FF
RGB
CMYK
RGB Variations
Color information
#DCC8FF (or 0xDCC8FF) is known color: Fog. HEX triplet: DC, C8 and FF. RGB value is (220,200,255). Sum of RGB (Red+Green+Blue) = 220+200+255=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8FF is #233700. Grayscale: #D4D4D4. Windows color (decimal): -2307841 or 16763100. OLE color: 16763100.
HSL color Cylindrical-coordinate representation of color #DCC8FF: hue angle of 261.82º 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 #DCC8FF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 200 | 255 | - |
| CMYK | 0.14 | 0.22 | 0 | 0 |
| HSL | 261.82º | 1% | 0.89% | - |
| HSV(B) | 261.82º | 0.22% | 1% | - |
| XYZ | 68.22 | 63.74 | 103.32 | - |
| YUV | 212.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 255 | 0.14 | 0.22 | 0 | 0 | 261.82 | 1 | 0.89 |
| Hex | DC | C8 | FF | E | 16 | 0 | 0 | 106 | 64 | 59 |
| Octal | 334 | 310 | 377 | 16 | 26 | 0 | 0 | 406 | 144 | 131 |
| Binary | 11011100 | 11001000 | 11111111 | 1110 | 10110 | 0 | 0 | 100000110 | 1100100 | 1011001 |
Color Harmonies of #DCC8FF
Complementary color
Monochromatic Colors of #DCC8FF
Black with #DCC8FF
Text Example
Text Example
White with #DCC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8FF; }
p { color: rgb(220,200,255); }
H1.HeaderClassName
{
color: #DCC8FF;
}
.AnyTagClassName
{
color: #DCC8FF;
}
</style>
background-color css
<style>
a { background-color: #DCC8FF; }
a { background-color: rgb(220,200,255); }
div.DivClassName
{
background-color: #DCC8FF;
}
.BgClassName
{
background-color: #DCC8FF;
}
</style>
border-color css
<style>
span { border-color: #DCC8FF; }
span { border-color: rgb(220,200,255); }
td.TdClassName
{
border-color: #DCC8FF;
}
.TagClassName
{
border-color: #DCC8FF;
}
</style>