Shades of Fog #D3CDDD
Tints of Fog #D3CDDD
RGB
CMYK
RGB Variations
Color information
#D3CDDD (or 0xD3CDDD) is known color: Fog. HEX triplet: D3, CD and DD. RGB value is (211,205,221). Sum of RGB (Red+Green+Blue) = 211+205+221=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDDD is #2C3222. Grayscale: #D0D0D0. Windows color (decimal): -2896419 or 14536147. OLE color: 14536147.
HSL color Cylindrical-coordinate representation of color #D3CDDD: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3CDDD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 211 | 205 | 221 | - |
CMYK | 0.05 | 0.07 | 0 | 0.13 |
HSL | 262.5º | 0.19% | 0.84% | - |
HSV(B) | 262.5º | 0.07% | 0.87% | - |
XYZ | 61.75 | 62.73 | 77.26 | - |
YUV | 208.62 | 134.99 | 129.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 221 | 0.05 | 0.07 | 0 | 0.13 | 262.5 | 0.19 | 0.84 |
Hex | D3 | CD | DD | 5 | 7 | 0 | D | 106 | 13 | 54 |
Octal | 323 | 315 | 335 | 5 | 7 | 0 | 15 | 406 | 23 | 124 |
Binary | 11010011 | 11001101 | 11011101 | 101 | 111 | 0 | 1101 | 100000110 | 10011 | 1010100 |
Color Harmonies of #D3CDDD
Complementary color
Monochromatic Colors of #D3CDDD
Black with #D3CDDD
Text Example
Text Example
White with #D3CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDDD; }
p { color: rgb(211,205,221); }
H1.HeaderClassName
{
color: #D3CDDD;
}
.AnyTagClassName
{
color: #D3CDDD;
}
</style>
background-color css
<style>
a { background-color: #D3CDDD; }
a { background-color: rgb(211,205,221); }
div.DivClassName
{
background-color: #D3CDDD;
}
.BgClassName
{
background-color: #D3CDDD;
}
</style>
border-color css
<style>
span { border-color: #D3CDDD; }
span { border-color: rgb(211,205,221); }
td.TdClassName
{
border-color: #D3CDDD;
}
.TagClassName
{
border-color: #D3CDDD;
}
</style>