Shades of Fog #DCC1F8
Tints of Fog #DCC1F8
RGB
CMYK
RGB Variations
Color information
#DCC1F8 (or 0xDCC1F8) is known color: Fog. HEX triplet: DC, C1 and F8. RGB value is (220,193,248). Sum of RGB (Red+Green+Blue) = 220+193+248=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCC1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1F8 is #233E07. Grayscale: #CFCFCF. Windows color (decimal): -2309640 or 16302556. OLE color: 16302556.
HSL color Cylindrical-coordinate representation of color #DCC1F8: hue angle of 269.45º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC1F8 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 193 | 248 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.03 |
| HSL | 269.45º | 0.8% | 0.86% | - |
| HSV(B) | 269.45º | 0.22% | 0.97% | - |
| XYZ | 65.53 | 60.13 | 96.96 | - |
| YUV | 207.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 248 | 0.11 | 0.22 | 0 | 0.03 | 269.45 | 0.8 | 0.86 |
| Hex | DC | C1 | F8 | B | 16 | 0 | 3 | 10D | 50 | 56 |
| Octal | 334 | 301 | 370 | 13 | 26 | 0 | 3 | 415 | 120 | 126 |
| Binary | 11011100 | 11000001 | 11111000 | 1011 | 10110 | 0 | 11 | 100001101 | 1010000 | 1010110 |
Color Harmonies of #DCC1F8
Complementary color
Monochromatic Colors of #DCC1F8
Black with #DCC1F8
Text Example
Text Example
White with #DCC1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1F8; }
p { color: rgb(220,193,248); }
H1.HeaderClassName
{
color: #DCC1F8;
}
.AnyTagClassName
{
color: #DCC1F8;
}
</style>
background-color css
<style>
a { background-color: #DCC1F8; }
a { background-color: rgb(220,193,248); }
div.DivClassName
{
background-color: #DCC1F8;
}
.BgClassName
{
background-color: #DCC1F8;
}
</style>
border-color css
<style>
span { border-color: #DCC1F8; }
span { border-color: rgb(220,193,248); }
td.TdClassName
{
border-color: #DCC1F8;
}
.TagClassName
{
border-color: #DCC1F8;
}
</style>