Shades of Fog #DCC4F1
Tints of Fog #DCC4F1
RGB
CMYK
RGB Variations
Color information
#DCC4F1 (or 0xDCC4F1) is known color: Fog. HEX triplet: DC, C4 and F1. RGB value is (220,196,241). Sum of RGB (Red+Green+Blue) = 220+196+241=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4F1 is #233B0E. Grayscale: #D0D0D0. Windows color (decimal): -2308879 or 15844572. OLE color: 15844572.
HSL color Cylindrical-coordinate representation of color #DCC4F1: hue angle of 272º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC4F1 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 196 | 241 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.05 |
| HSL | 272º | 0.62% | 0.86% | - |
| HSV(B) | 272º | 0.19% | 0.95% | - |
| XYZ | 65.13 | 61.05 | 91.57 | - |
| YUV | 208.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 241 | 0.09 | 0.19 | 0 | 0.05 | 272 | 0.62 | 0.86 |
| Hex | DC | C4 | F1 | 9 | 13 | 0 | 5 | 110 | 3E | 56 |
| Octal | 334 | 304 | 361 | 11 | 23 | 0 | 5 | 420 | 76 | 126 |
| Binary | 11011100 | 11000100 | 11110001 | 1001 | 10011 | 0 | 101 | 100010000 | 111110 | 1010110 |
Color Harmonies of #DCC4F1
Complementary color
Monochromatic Colors of #DCC4F1
Black with #DCC4F1
Text Example
Text Example
White with #DCC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4F1; }
p { color: rgb(220,196,241); }
H1.HeaderClassName
{
color: #DCC4F1;
}
.AnyTagClassName
{
color: #DCC4F1;
}
</style>
background-color css
<style>
a { background-color: #DCC4F1; }
a { background-color: rgb(220,196,241); }
div.DivClassName
{
background-color: #DCC4F1;
}
.BgClassName
{
background-color: #DCC4F1;
}
</style>
border-color css
<style>
span { border-color: #DCC4F1; }
span { border-color: rgb(220,196,241); }
td.TdClassName
{
border-color: #DCC4F1;
}
.TagClassName
{
border-color: #DCC4F1;
}
</style>