Shades of Fog #D3CCEC
Tints of Fog #D3CCEC
RGB
CMYK
RGB Variations
Color information
#D3CCEC (or 0xD3CCEC) is known color: Fog. HEX triplet: D3, CC and EC. RGB value is (211,204,236). Sum of RGB (Red+Green+Blue) = 211+204+236=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCEC is #2C3313. Grayscale: #D1D1D1. Windows color (decimal): -2896660 or 15518931. OLE color: 15518931.
HSL color Cylindrical-coordinate representation of color #D3CCEC: hue angle of 253.12º degrees, saturation: 0.46, 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 #D3CCEC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 204 | 236 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.07 |
| HSL | 253.13º | 0.46% | 0.86% | - |
| HSV(B) | 253.13º | 0.14% | 0.93% | - |
| XYZ | 63.6 | 63.09 | 88.18 | - |
| YUV | 209.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 236 | 0.11 | 0.14 | 0 | 0.07 | 253.13 | 0.46 | 0.86 |
| Hex | D3 | CC | EC | B | E | 0 | 7 | FD | 2E | 56 |
| Octal | 323 | 314 | 354 | 13 | 16 | 0 | 7 | 375 | 56 | 126 |
| Binary | 11010011 | 11001100 | 11101100 | 1011 | 1110 | 0 | 111 | 11111101 | 101110 | 1010110 |
Color Harmonies of #D3CCEC
Complementary color
Monochromatic Colors of #D3CCEC
Black with #D3CCEC
Text Example
Text Example
White with #D3CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCEC; }
p { color: rgb(211,204,236); }
H1.HeaderClassName
{
color: #D3CCEC;
}
.AnyTagClassName
{
color: #D3CCEC;
}
</style>
background-color css
<style>
a { background-color: #D3CCEC; }
a { background-color: rgb(211,204,236); }
div.DivClassName
{
background-color: #D3CCEC;
}
.BgClassName
{
background-color: #D3CCEC;
}
</style>
border-color css
<style>
span { border-color: #D3CCEC; }
span { border-color: rgb(211,204,236); }
td.TdClassName
{
border-color: #D3CCEC;
}
.TagClassName
{
border-color: #D3CCEC;
}
</style>