Shades of Fog #DCC9FE
Tints of Fog #DCC9FE
RGB
CMYK
RGB Variations
Color information
#DCC9FE (or 0xDCC9FE) is known color: Fog. HEX triplet: DC, C9 and FE. RGB value is (220,201,254). Sum of RGB (Red+Green+Blue) = 220+201+254=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC9FE is #233601. Grayscale: #D4D4D4. Windows color (decimal): -2307586 or 16697820. OLE color: 16697820.
HSL color Cylindrical-coordinate representation of color #DCC9FE: hue angle of 261.51º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC9FE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 201 | 254 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.00 |
| HSL | 261.51º | 0.96% | 0.89% | - |
| HSV(B) | 261.51º | 0.21% | 1% | - |
| XYZ | 68.29 | 64.14 | 102.55 | - |
| YUV | 212.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 254 | 0.13 | 0.21 | 0 | 0.00 | 261.51 | 0.96 | 0.89 |
| Hex | DC | C9 | FE | D | 15 | 0 | 0 | 106 | 60 | 59 |
| Octal | 334 | 311 | 376 | 15 | 25 | 0 | 0 | 406 | 140 | 131 |
| Binary | 11011100 | 11001001 | 11111110 | 1101 | 10101 | 0 | 0 | 100000110 | 1100000 | 1011001 |
Color Harmonies of #DCC9FE
Complementary color
Monochromatic Colors of #DCC9FE
Black with #DCC9FE
Text Example
Text Example
White with #DCC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9FE; }
p { color: rgb(220,201,254); }
H1.HeaderClassName
{
color: #DCC9FE;
}
.AnyTagClassName
{
color: #DCC9FE;
}
</style>
background-color css
<style>
a { background-color: #DCC9FE; }
a { background-color: rgb(220,201,254); }
div.DivClassName
{
background-color: #DCC9FE;
}
.BgClassName
{
background-color: #DCC9FE;
}
</style>
border-color css
<style>
span { border-color: #DCC9FE; }
span { border-color: rgb(220,201,254); }
td.TdClassName
{
border-color: #DCC9FE;
}
.TagClassName
{
border-color: #DCC9FE;
}
</style>