Shades of Fog #D3CEE5
Tints of Fog #D3CEE5
RGB
CMYK
RGB Variations
Color information
#D3CEE5 (or 0xD3CEE5) is known color: Fog. HEX triplet: D3, CE and E5. RGB value is (211,206,229). Sum of RGB (Red+Green+Blue) = 211+206+229=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEE5 is #2C311A. Grayscale: #D2D2D2. Windows color (decimal): -2896155 or 15060691. OLE color: 15060691.
HSL color Cylindrical-coordinate representation of color #D3CEE5: hue angle of 253.04º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CEE5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 206 | 229 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.10 |
| HSL | 253.04º | 0.31% | 0.85% | - |
| HSV(B) | 253.04º | 0.1% | 0.9% | - |
| XYZ | 63.08 | 63.65 | 83.09 | - |
| YUV | 210.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 229 | 0.08 | 0.10 | 0 | 0.10 | 253.04 | 0.31 | 0.85 |
| Hex | D3 | CE | E5 | 8 | A | 0 | A | FD | 1F | 55 |
| Octal | 323 | 316 | 345 | 10 | 12 | 0 | 12 | 375 | 37 | 125 |
| Binary | 11010011 | 11001110 | 11100101 | 1000 | 1010 | 0 | 1010 | 11111101 | 11111 | 1010101 |
Color Harmonies of #D3CEE5
Complementary color
Monochromatic Colors of #D3CEE5
Black with #D3CEE5
Text Example
Text Example
White with #D3CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEE5; }
p { color: rgb(211,206,229); }
H1.HeaderClassName
{
color: #D3CEE5;
}
.AnyTagClassName
{
color: #D3CEE5;
}
</style>
background-color css
<style>
a { background-color: #D3CEE5; }
a { background-color: rgb(211,206,229); }
div.DivClassName
{
background-color: #D3CEE5;
}
.BgClassName
{
background-color: #D3CEE5;
}
</style>
border-color css
<style>
span { border-color: #D3CEE5; }
span { border-color: rgb(211,206,229); }
td.TdClassName
{
border-color: #D3CEE5;
}
.TagClassName
{
border-color: #D3CEE5;
}
</style>