Shades of Fog #DCC2F8
Tints of Fog #DCC2F8
RGB
CMYK
RGB Variations
Color information
#DCC2F8 (or 0xDCC2F8) is known color: Fog. HEX triplet: DC, C2 and F8. RGB value is (220,194,248). Sum of RGB (Red+Green+Blue) = 220+194+248=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCC2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F8 is #233D07. Grayscale: #CFCFCF. Windows color (decimal): -2309384 or 16302812. OLE color: 16302812.
HSL color Cylindrical-coordinate representation of color #DCC2F8: hue angle of 268.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC2F8 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 194 | 248 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.03 |
| HSL | 268.89º | 0.79% | 0.87% | - |
| HSV(B) | 268.89º | 0.22% | 0.97% | - |
| XYZ | 65.75 | 60.58 | 97.03 | - |
| YUV | 207.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 248 | 0.11 | 0.22 | 0 | 0.03 | 268.89 | 0.79 | 0.87 |
| Hex | DC | C2 | F8 | B | 16 | 0 | 3 | 10D | 4F | 57 |
| Octal | 334 | 302 | 370 | 13 | 26 | 0 | 3 | 415 | 117 | 127 |
| Binary | 11011100 | 11000010 | 11111000 | 1011 | 10110 | 0 | 11 | 100001101 | 1001111 | 1010111 |
Color Harmonies of #DCC2F8
Complementary color
Monochromatic Colors of #DCC2F8
Black with #DCC2F8
Text Example
Text Example
White with #DCC2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2F8; }
p { color: rgb(220,194,248); }
H1.HeaderClassName
{
color: #DCC2F8;
}
.AnyTagClassName
{
color: #DCC2F8;
}
</style>
background-color css
<style>
a { background-color: #DCC2F8; }
a { background-color: rgb(220,194,248); }
div.DivClassName
{
background-color: #DCC2F8;
}
.BgClassName
{
background-color: #DCC2F8;
}
</style>
border-color css
<style>
span { border-color: #DCC2F8; }
span { border-color: rgb(220,194,248); }
td.TdClassName
{
border-color: #DCC2F8;
}
.TagClassName
{
border-color: #DCC2F8;
}
</style>