Shades of Fog #DCC3FF
Tints of Fog #DCC3FF
RGB
CMYK
RGB Variations
Color information
#DCC3FF (or 0xDCC3FF) is known color: Fog. HEX triplet: DC, C3 and FF. RGB value is (220,195,255). Sum of RGB (Red+Green+Blue) = 220+195+255=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3FF is #233C00. Grayscale: #D1D1D1. Windows color (decimal): -2309121 or 16761820. OLE color: 16761820.
HSL color Cylindrical-coordinate representation of color #DCC3FF: hue angle of 265º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC3FF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 195 | 255 | - |
| CMYK | 0.14 | 0.24 | 0 | 0 |
| HSL | 265º | 1% | 0.88% | - |
| HSV(B) | 265º | 0.24% | 1% | - |
| XYZ | 67.08 | 61.47 | 102.94 | - |
| YUV | 209.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 255 | 0.14 | 0.24 | 0 | 0 | 265 | 1 | 0.88 |
| Hex | DC | C3 | FF | E | 18 | 0 | 0 | 109 | 64 | 58 |
| Octal | 334 | 303 | 377 | 16 | 30 | 0 | 0 | 411 | 144 | 130 |
| Binary | 11011100 | 11000011 | 11111111 | 1110 | 11000 | 0 | 0 | 100001001 | 1100100 | 1011000 |
Color Harmonies of #DCC3FF
Complementary color
Monochromatic Colors of #DCC3FF
Black with #DCC3FF
Text Example
Text Example
White with #DCC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3FF; }
p { color: rgb(220,195,255); }
H1.HeaderClassName
{
color: #DCC3FF;
}
.AnyTagClassName
{
color: #DCC3FF;
}
</style>
background-color css
<style>
a { background-color: #DCC3FF; }
a { background-color: rgb(220,195,255); }
div.DivClassName
{
background-color: #DCC3FF;
}
.BgClassName
{
background-color: #DCC3FF;
}
</style>
border-color css
<style>
span { border-color: #DCC3FF; }
span { border-color: rgb(220,195,255); }
td.TdClassName
{
border-color: #DCC3FF;
}
.TagClassName
{
border-color: #DCC3FF;
}
</style>