Shades of Fog #DCC0F3
Tints of Fog #DCC0F3
RGB
CMYK
RGB Variations
Color information
#DCC0F3 (or 0xDCC0F3) is known color: Fog. HEX triplet: DC, C0 and F3. RGB value is (220,192,243). Sum of RGB (Red+Green+Blue) = 220+192+243=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0F3 is #233F0C. Grayscale: #CECECE. Windows color (decimal): -2309901 or 15974620. OLE color: 15974620.
HSL color Cylindrical-coordinate representation of color #DCC0F3: hue angle of 272.94º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC0F3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 192 | 243 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 272.94º | 0.68% | 0.85% | - |
| HSV(B) | 272.94º | 0.21% | 0.95% | - |
| XYZ | 64.54 | 59.39 | 92.85 | - |
| YUV | 206.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 243 | 0.09 | 0.21 | 0 | 0.05 | 272.94 | 0.68 | 0.85 |
| Hex | DC | C0 | F3 | 9 | 15 | 0 | 5 | 111 | 44 | 55 |
| Octal | 334 | 300 | 363 | 11 | 25 | 0 | 5 | 421 | 104 | 125 |
| Binary | 11011100 | 11000000 | 11110011 | 1001 | 10101 | 0 | 101 | 100010001 | 1000100 | 1010101 |
Color Harmonies of #DCC0F3
Complementary color
Monochromatic Colors of #DCC0F3
Black with #DCC0F3
Text Example
Text Example
White with #DCC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0F3; }
p { color: rgb(220,192,243); }
H1.HeaderClassName
{
color: #DCC0F3;
}
.AnyTagClassName
{
color: #DCC0F3;
}
</style>
background-color css
<style>
a { background-color: #DCC0F3; }
a { background-color: rgb(220,192,243); }
div.DivClassName
{
background-color: #DCC0F3;
}
.BgClassName
{
background-color: #DCC0F3;
}
</style>
border-color css
<style>
span { border-color: #DCC0F3; }
span { border-color: rgb(220,192,243); }
td.TdClassName
{
border-color: #DCC0F3;
}
.TagClassName
{
border-color: #DCC0F3;
}
</style>