Shades of Fog #D3CCDF
Tints of Fog #D3CCDF
RGB
CMYK
RGB Variations
Color information
#D3CCDF (or 0xD3CCDF) is known color: Fog. HEX triplet: D3, CC and DF. RGB value is (211,204,223). Sum of RGB (Red+Green+Blue) = 211+204+223=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCDF is #2C3320. Grayscale: #D0D0D0. Windows color (decimal): -2896673 or 14666963. OLE color: 14666963.
HSL color Cylindrical-coordinate representation of color #D3CCDF: hue angle of 262.11º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3CCDF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 204 | 223 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.13 |
| HSL | 262.11º | 0.23% | 0.84% | - |
| HSV(B) | 262.11º | 0.09% | 0.87% | - |
| XYZ | 61.78 | 62.36 | 78.59 | - |
| YUV | 208.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 223 | 0.05 | 0.09 | 0 | 0.13 | 262.11 | 0.23 | 0.84 |
| Hex | D3 | CC | DF | 5 | 9 | 0 | D | 106 | 17 | 54 |
| Octal | 323 | 314 | 337 | 5 | 11 | 0 | 15 | 406 | 27 | 124 |
| Binary | 11010011 | 11001100 | 11011111 | 101 | 1001 | 0 | 1101 | 100000110 | 10111 | 1010100 |
Color Harmonies of #D3CCDF
Complementary color
Monochromatic Colors of #D3CCDF
Black with #D3CCDF
Text Example
Text Example
White with #D3CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCDF; }
p { color: rgb(211,204,223); }
H1.HeaderClassName
{
color: #D3CCDF;
}
.AnyTagClassName
{
color: #D3CCDF;
}
</style>
background-color css
<style>
a { background-color: #D3CCDF; }
a { background-color: rgb(211,204,223); }
div.DivClassName
{
background-color: #D3CCDF;
}
.BgClassName
{
background-color: #D3CCDF;
}
</style>
border-color css
<style>
span { border-color: #D3CCDF; }
span { border-color: rgb(211,204,223); }
td.TdClassName
{
border-color: #D3CCDF;
}
.TagClassName
{
border-color: #D3CCDF;
}
</style>