Shades of Fog #D0C1EC
Tints of Fog #D0C1EC
RGB
CMYK
RGB Variations
Color information
#D0C1EC (or 0xD0C1EC) is known color: Fog. HEX triplet: D0, C1 and EC. RGB value is (208,193,236). Sum of RGB (Red+Green+Blue) = 208+193+236=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C1EC is #2F3E13. Grayscale: #CACACA. Windows color (decimal): -3096084 or 15516112. OLE color: 15516112.
HSL color Cylindrical-coordinate representation of color #D0C1EC: hue angle of 260.93º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0C1EC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 193 | 236 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.07 |
| HSL | 260.93º | 0.53% | 0.84% | - |
| HSV(B) | 260.93º | 0.18% | 0.93% | - |
| XYZ | 60.22 | 57.61 | 87.3 | - |
| YUV | 202.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 236 | 0.12 | 0.18 | 0 | 0.07 | 260.93 | 0.53 | 0.84 |
| Hex | D0 | C1 | EC | C | 12 | 0 | 7 | 105 | 35 | 54 |
| Octal | 320 | 301 | 354 | 14 | 22 | 0 | 7 | 405 | 65 | 124 |
| Binary | 11010000 | 11000001 | 11101100 | 1100 | 10010 | 0 | 111 | 100000101 | 110101 | 1010100 |
Color Harmonies of #D0C1EC
Complementary color
Monochromatic Colors of #D0C1EC
Black with #D0C1EC
Text Example
Text Example
White with #D0C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1EC; }
p { color: rgb(208,193,236); }
H1.HeaderClassName
{
color: #D0C1EC;
}
.AnyTagClassName
{
color: #D0C1EC;
}
</style>
background-color css
<style>
a { background-color: #D0C1EC; }
a { background-color: rgb(208,193,236); }
div.DivClassName
{
background-color: #D0C1EC;
}
.BgClassName
{
background-color: #D0C1EC;
}
</style>
border-color css
<style>
span { border-color: #D0C1EC; }
span { border-color: rgb(208,193,236); }
td.TdClassName
{
border-color: #D0C1EC;
}
.TagClassName
{
border-color: #D0C1EC;
}
</style>