Shades of Fog #D2CDDC
Tints of Fog #D2CDDC
RGB
CMYK
RGB Variations
Color information
#D2CDDC (or 0xD2CDDC) is known color: Fog. HEX triplet: D2, CD and DC. RGB value is (210,205,220). Sum of RGB (Red+Green+Blue) = 210+205+220=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDDC is #2D3223. Grayscale: #D0D0D0. Windows color (decimal): -2961956 or 14470610. OLE color: 14470610.
HSL color Cylindrical-coordinate representation of color #D2CDDC: hue angle of 260º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2CDDC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 205 | 220 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.14 |
| HSL | 260º | 0.18% | 0.83% | - |
| HSV(B) | 260º | 0.07% | 0.86% | - |
| XYZ | 61.33 | 62.53 | 76.55 | - |
| YUV | 208.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 220 | 0.05 | 0.07 | 0 | 0.14 | 260 | 0.18 | 0.83 |
| Hex | D2 | CD | DC | 5 | 7 | 0 | E | 104 | 12 | 53 |
| Octal | 322 | 315 | 334 | 5 | 7 | 0 | 16 | 404 | 22 | 123 |
| Binary | 11010010 | 11001101 | 11011100 | 101 | 111 | 0 | 1110 | 100000100 | 10010 | 1010011 |
Color Harmonies of #D2CDDC
Complementary color
Monochromatic Colors of #D2CDDC
Black with #D2CDDC
Text Example
Text Example
White with #D2CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDDC; }
p { color: rgb(210,205,220); }
H1.HeaderClassName
{
color: #D2CDDC;
}
.AnyTagClassName
{
color: #D2CDDC;
}
</style>
background-color css
<style>
a { background-color: #D2CDDC; }
a { background-color: rgb(210,205,220); }
div.DivClassName
{
background-color: #D2CDDC;
}
.BgClassName
{
background-color: #D2CDDC;
}
</style>
border-color css
<style>
span { border-color: #D2CDDC; }
span { border-color: rgb(210,205,220); }
td.TdClassName
{
border-color: #D2CDDC;
}
.TagClassName
{
border-color: #D2CDDC;
}
</style>