Shades of Fog #D3CEE1
Tints of Fog #D3CEE1
RGB
CMYK
RGB Variations
Color information
#D3CEE1 (or 0xD3CEE1) is known color: Fog. HEX triplet: D3, CE and E1. RGB value is (211,206,225). Sum of RGB (Red+Green+Blue) = 211+206+225=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEE1 is #2C311E. Grayscale: #D1D1D1. Windows color (decimal): -2896159 or 14798547. OLE color: 14798547.
HSL color Cylindrical-coordinate representation of color #D3CEE1: hue angle of 255.79º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3CEE1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 206 | 225 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.12 |
| HSL | 255.79º | 0.24% | 0.85% | - |
| HSV(B) | 255.79º | 0.08% | 0.88% | - |
| XYZ | 62.53 | 63.43 | 80.18 | - |
| YUV | 209.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 225 | 0.06 | 0.08 | 0 | 0.12 | 255.79 | 0.24 | 0.85 |
| Hex | D3 | CE | E1 | 6 | 8 | 0 | C | 100 | 18 | 55 |
| Octal | 323 | 316 | 341 | 6 | 10 | 0 | 14 | 400 | 30 | 125 |
| Binary | 11010011 | 11001110 | 11100001 | 110 | 1000 | 0 | 1100 | 100000000 | 11000 | 1010101 |
Color Harmonies of #D3CEE1
Complementary color
Monochromatic Colors of #D3CEE1
Black with #D3CEE1
Text Example
Text Example
White with #D3CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEE1; }
p { color: rgb(211,206,225); }
H1.HeaderClassName
{
color: #D3CEE1;
}
.AnyTagClassName
{
color: #D3CEE1;
}
</style>
background-color css
<style>
a { background-color: #D3CEE1; }
a { background-color: rgb(211,206,225); }
div.DivClassName
{
background-color: #D3CEE1;
}
.BgClassName
{
background-color: #D3CEE1;
}
</style>
border-color css
<style>
span { border-color: #D3CEE1; }
span { border-color: rgb(211,206,225); }
td.TdClassName
{
border-color: #D3CEE1;
}
.TagClassName
{
border-color: #D3CEE1;
}
</style>