Shades of Fog #DCCDF1
Tints of Fog #DCCDF1
RGB
CMYK
RGB Variations
Color information
#DCCDF1 (or 0xDCCDF1) is known color: Fog. HEX triplet: DC, CD and F1. RGB value is (220,205,241). Sum of RGB (Red+Green+Blue) = 220+205+241=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDF1 is #23320E. Grayscale: #D5D5D5. Windows color (decimal): -2306575 or 15846876. OLE color: 15846876.
HSL color Cylindrical-coordinate representation of color #DCCDF1: hue angle of 265º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCDF1 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 205 | 241 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.05 |
| HSL | 265º | 0.56% | 0.87% | - |
| HSV(B) | 265º | 0.15% | 0.95% | - |
| XYZ | 67.22 | 65.23 | 92.27 | - |
| YUV | 213.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 241 | 0.09 | 0.15 | 0 | 0.05 | 265 | 0.56 | 0.87 |
| Hex | DC | CD | F1 | 9 | F | 0 | 5 | 109 | 38 | 57 |
| Octal | 334 | 315 | 361 | 11 | 17 | 0 | 5 | 411 | 70 | 127 |
| Binary | 11011100 | 11001101 | 11110001 | 1001 | 1111 | 0 | 101 | 100001001 | 111000 | 1010111 |
Color Harmonies of #DCCDF1
Complementary color
Monochromatic Colors of #DCCDF1
Black with #DCCDF1
Text Example
Text Example
White with #DCCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDF1; }
p { color: rgb(220,205,241); }
H1.HeaderClassName
{
color: #DCCDF1;
}
.AnyTagClassName
{
color: #DCCDF1;
}
</style>
background-color css
<style>
a { background-color: #DCCDF1; }
a { background-color: rgb(220,205,241); }
div.DivClassName
{
background-color: #DCCDF1;
}
.BgClassName
{
background-color: #DCCDF1;
}
</style>
border-color css
<style>
span { border-color: #DCCDF1; }
span { border-color: rgb(220,205,241); }
td.TdClassName
{
border-color: #DCCDF1;
}
.TagClassName
{
border-color: #DCCDF1;
}
</style>