Shades of Fog #DCC3F9
Tints of Fog #DCC3F9
RGB
CMYK
RGB Variations
Color information
#DCC3F9 (or 0xDCC3F9) is known color: Fog. HEX triplet: DC, C3 and F9. RGB value is (220,195,249). Sum of RGB (Red+Green+Blue) = 220+195+249=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCC3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3F9 is #233C06. Grayscale: #D0D0D0. Windows color (decimal): -2309127 or 16368604. OLE color: 16368604.
HSL color Cylindrical-coordinate representation of color #DCC3F9: hue angle of 267.78º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC3F9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 195 | 249 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 267.78º | 0.82% | 0.87% | - |
| HSV(B) | 267.78º | 0.22% | 0.98% | - |
| XYZ | 66.13 | 61.09 | 97.93 | - |
| YUV | 208.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 249 | 0.12 | 0.22 | 0 | 0.02 | 267.78 | 0.82 | 0.87 |
| Hex | DC | C3 | F9 | C | 16 | 0 | 2 | 10C | 52 | 57 |
| Octal | 334 | 303 | 371 | 14 | 26 | 0 | 2 | 414 | 122 | 127 |
| Binary | 11011100 | 11000011 | 11111001 | 1100 | 10110 | 0 | 10 | 100001100 | 1010010 | 1010111 |
Color Harmonies of #DCC3F9
Complementary color
Monochromatic Colors of #DCC3F9
Black with #DCC3F9
Text Example
Text Example
White with #DCC3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3F9; }
p { color: rgb(220,195,249); }
H1.HeaderClassName
{
color: #DCC3F9;
}
.AnyTagClassName
{
color: #DCC3F9;
}
</style>
background-color css
<style>
a { background-color: #DCC3F9; }
a { background-color: rgb(220,195,249); }
div.DivClassName
{
background-color: #DCC3F9;
}
.BgClassName
{
background-color: #DCC3F9;
}
</style>
border-color css
<style>
span { border-color: #DCC3F9; }
span { border-color: rgb(220,195,249); }
td.TdClassName
{
border-color: #DCC3F9;
}
.TagClassName
{
border-color: #DCC3F9;
}
</style>