Shades of Fog #DCCEF1
Tints of Fog #DCCEF1
RGB
CMYK
RGB Variations
Color information
#DCCEF1 (or 0xDCCEF1) is known color: Fog. HEX triplet: DC, CE and F1. RGB value is (220,206,241). Sum of RGB (Red+Green+Blue) = 220+206+241=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF1 is #23310E. Grayscale: #D6D6D6. Windows color (decimal): -2306319 or 15847132. OLE color: 15847132.
HSL color Cylindrical-coordinate representation of color #DCCEF1: hue angle of 264º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCEF1 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 206 | 241 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.05 |
| HSL | 264º | 0.56% | 0.88% | - |
| HSV(B) | 264º | 0.15% | 0.95% | - |
| XYZ | 67.46 | 65.71 | 92.35 | - |
| YUV | 214.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 241 | 0.09 | 0.15 | 0 | 0.05 | 264 | 0.56 | 0.88 |
| Hex | DC | CE | F1 | 9 | F | 0 | 5 | 108 | 38 | 58 |
| Octal | 334 | 316 | 361 | 11 | 17 | 0 | 5 | 410 | 70 | 130 |
| Binary | 11011100 | 11001110 | 11110001 | 1001 | 1111 | 0 | 101 | 100001000 | 111000 | 1011000 |
Color Harmonies of #DCCEF1
Complementary color
Monochromatic Colors of #DCCEF1
Black with #DCCEF1
Text Example
Text Example
White with #DCCEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF1; }
p { color: rgb(220,206,241); }
H1.HeaderClassName
{
color: #DCCEF1;
}
.AnyTagClassName
{
color: #DCCEF1;
}
</style>
background-color css
<style>
a { background-color: #DCCEF1; }
a { background-color: rgb(220,206,241); }
div.DivClassName
{
background-color: #DCCEF1;
}
.BgClassName
{
background-color: #DCCEF1;
}
</style>
border-color css
<style>
span { border-color: #DCCEF1; }
span { border-color: rgb(220,206,241); }
td.TdClassName
{
border-color: #DCCEF1;
}
.TagClassName
{
border-color: #DCCEF1;
}
</style>