Shades of Fog #DCC9FF
Tints of Fog #DCC9FF
RGB
CMYK
RGB Variations
Color information
#DCC9FF (or 0xDCC9FF) is known color: Fog. HEX triplet: DC, C9 and FF. RGB value is (220,201,255). Sum of RGB (Red+Green+Blue) = 220+201+255=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC9FF is #233600. Grayscale: #D4D4D4. Windows color (decimal): -2307585 or 16763356. OLE color: 16763356.
HSL color Cylindrical-coordinate representation of color #DCC9FF: hue angle of 261.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC9FF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 201 | 255 | - |
| CMYK | 0.14 | 0.21 | 0 | 0 |
| HSL | 261.11º | 1% | 0.89% | - |
| HSV(B) | 261.11º | 0.21% | 1% | - |
| XYZ | 68.45 | 64.21 | 103.39 | - |
| YUV | 212.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 255 | 0.14 | 0.21 | 0 | 0 | 261.11 | 1 | 0.89 |
| Hex | DC | C9 | FF | E | 15 | 0 | 0 | 105 | 64 | 59 |
| Octal | 334 | 311 | 377 | 16 | 25 | 0 | 0 | 405 | 144 | 131 |
| Binary | 11011100 | 11001001 | 11111111 | 1110 | 10101 | 0 | 0 | 100000101 | 1100100 | 1011001 |
Color Harmonies of #DCC9FF
Complementary color
Monochromatic Colors of #DCC9FF
Black with #DCC9FF
Text Example
Text Example
White with #DCC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9FF; }
p { color: rgb(220,201,255); }
H1.HeaderClassName
{
color: #DCC9FF;
}
.AnyTagClassName
{
color: #DCC9FF;
}
</style>
background-color css
<style>
a { background-color: #DCC9FF; }
a { background-color: rgb(220,201,255); }
div.DivClassName
{
background-color: #DCC9FF;
}
.BgClassName
{
background-color: #DCC9FF;
}
</style>
border-color css
<style>
span { border-color: #DCC9FF; }
span { border-color: rgb(220,201,255); }
td.TdClassName
{
border-color: #DCC9FF;
}
.TagClassName
{
border-color: #DCC9FF;
}
</style>