Shades of Fog #DCCFE9
Tints of Fog #DCCFE9
RGB
CMYK
RGB Variations
Color information
#DCCFE9 (or 0xDCCFE9) is known color: Fog. HEX triplet: DC, CF and E9. RGB value is (220,207,233). Sum of RGB (Red+Green+Blue) = 220+207+233=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFE9 is #233016. Grayscale: #D5D5D5. Windows color (decimal): -2306071 or 15323100. OLE color: 15323100.
HSL color Cylindrical-coordinate representation of color #DCCFE9: hue angle of 270º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCFE9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 207 | 233 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.09 |
| HSL | 270º | 0.37% | 0.86% | - |
| HSV(B) | 270º | 0.11% | 0.91% | - |
| XYZ | 66.54 | 65.72 | 86.27 | - |
| YUV | 213.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 233 | 0.06 | 0.11 | 0 | 0.09 | 270 | 0.37 | 0.86 |
| Hex | DC | CF | E9 | 6 | B | 0 | 9 | 10E | 25 | 56 |
| Octal | 334 | 317 | 351 | 6 | 13 | 0 | 11 | 416 | 45 | 126 |
| Binary | 11011100 | 11001111 | 11101001 | 110 | 1011 | 0 | 1001 | 100001110 | 100101 | 1010110 |
Color Harmonies of #DCCFE9
Complementary color
Monochromatic Colors of #DCCFE9
Black with #DCCFE9
Text Example
Text Example
White with #DCCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFE9; }
p { color: rgb(220,207,233); }
H1.HeaderClassName
{
color: #DCCFE9;
}
.AnyTagClassName
{
color: #DCCFE9;
}
</style>
background-color css
<style>
a { background-color: #DCCFE9; }
a { background-color: rgb(220,207,233); }
div.DivClassName
{
background-color: #DCCFE9;
}
.BgClassName
{
background-color: #DCCFE9;
}
</style>
border-color css
<style>
span { border-color: #DCCFE9; }
span { border-color: rgb(220,207,233); }
td.TdClassName
{
border-color: #DCCFE9;
}
.TagClassName
{
border-color: #DCCFE9;
}
</style>