Shades of Fog #D3CCED
Tints of Fog #D3CCED
RGB
CMYK
RGB Variations
Color information
#D3CCED (or 0xD3CCED) is known color: Fog. HEX triplet: D3, CC and ED. RGB value is (211,204,237). Sum of RGB (Red+Green+Blue) = 211+204+237=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCED is #2C3312. Grayscale: #D1D1D1. Windows color (decimal): -2896659 or 15584467. OLE color: 15584467.
HSL color Cylindrical-coordinate representation of color #D3CCED: hue angle of 252.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3CCED is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 204 | 237 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.07 |
| HSL | 252.73º | 0.48% | 0.86% | - |
| HSV(B) | 252.73º | 0.14% | 0.93% | - |
| XYZ | 63.74 | 63.15 | 88.95 | - |
| YUV | 209.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 237 | 0.11 | 0.14 | 0 | 0.07 | 252.73 | 0.48 | 0.86 |
| Hex | D3 | CC | ED | B | E | 0 | 7 | FD | 30 | 56 |
| Octal | 323 | 314 | 355 | 13 | 16 | 0 | 7 | 375 | 60 | 126 |
| Binary | 11010011 | 11001100 | 11101101 | 1011 | 1110 | 0 | 111 | 11111101 | 110000 | 1010110 |
Color Harmonies of #D3CCED
Complementary color
Monochromatic Colors of #D3CCED
Black with #D3CCED
Text Example
Text Example
White with #D3CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCED; }
p { color: rgb(211,204,237); }
H1.HeaderClassName
{
color: #D3CCED;
}
.AnyTagClassName
{
color: #D3CCED;
}
</style>
background-color css
<style>
a { background-color: #D3CCED; }
a { background-color: rgb(211,204,237); }
div.DivClassName
{
background-color: #D3CCED;
}
.BgClassName
{
background-color: #D3CCED;
}
</style>
border-color css
<style>
span { border-color: #D3CCED; }
span { border-color: rgb(211,204,237); }
td.TdClassName
{
border-color: #D3CCED;
}
.TagClassName
{
border-color: #D3CCED;
}
</style>