Shades of Fog #D3CCDA
Tints of Fog #D3CCDA
RGB
CMYK
RGB Variations
Color information
#D3CCDA (or 0xD3CCDA) is known color: Fog. HEX triplet: D3, CC and DA. RGB value is (211,204,218). Sum of RGB (Red+Green+Blue) = 211+204+218=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCDA is #2C3325. Grayscale: #CFCFCF. Windows color (decimal): -2896678 or 14339283. OLE color: 14339283.
HSL color Cylindrical-coordinate representation of color #D3CCDA: hue angle of 270º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CCDA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 204 | 218 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.15 |
| HSL | 270º | 0.16% | 0.83% | - |
| HSV(B) | 270º | 0.06% | 0.85% | - |
| XYZ | 61.11 | 62.1 | 75.09 | - |
| YUV | 207.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 218 | 0.03 | 0.06 | 0 | 0.15 | 270 | 0.16 | 0.83 |
| Hex | D3 | CC | DA | 3 | 6 | 0 | F | 10E | 10 | 53 |
| Octal | 323 | 314 | 332 | 3 | 6 | 0 | 17 | 416 | 20 | 123 |
| Binary | 11010011 | 11001100 | 11011010 | 11 | 110 | 0 | 1111 | 100001110 | 10000 | 1010011 |
Color Harmonies of #D3CCDA
Complementary color
Monochromatic Colors of #D3CCDA
Black with #D3CCDA
Text Example
Text Example
White with #D3CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCDA; }
p { color: rgb(211,204,218); }
H1.HeaderClassName
{
color: #D3CCDA;
}
.AnyTagClassName
{
color: #D3CCDA;
}
</style>
background-color css
<style>
a { background-color: #D3CCDA; }
a { background-color: rgb(211,204,218); }
div.DivClassName
{
background-color: #D3CCDA;
}
.BgClassName
{
background-color: #D3CCDA;
}
</style>
border-color css
<style>
span { border-color: #D3CCDA; }
span { border-color: rgb(211,204,218); }
td.TdClassName
{
border-color: #D3CCDA;
}
.TagClassName
{
border-color: #D3CCDA;
}
</style>