Shades of Fog #D2CBDF
Tints of Fog #D2CBDF
RGB
CMYK
RGB Variations
Color information
#D2CBDF (or 0xD2CBDF) is known color: Fog. HEX triplet: D2, CB and DF. RGB value is (210,203,223). Sum of RGB (Red+Green+Blue) = 210+203+223=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBDF is #2D3420. Grayscale: #CFCFCF. Windows color (decimal): -2962465 or 14666706. OLE color: 14666706.
HSL color Cylindrical-coordinate representation of color #D2CBDF: hue angle of 261º degrees, saturation: 0.24, 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 #D2CBDF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 203 | 223 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.13 |
| HSL | 261º | 0.24% | 0.84% | - |
| HSV(B) | 261º | 0.09% | 0.87% | - |
| XYZ | 61.25 | 61.74 | 78.5 | - |
| YUV | 207.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 223 | 0.06 | 0.09 | 0 | 0.13 | 261 | 0.24 | 0.84 |
| Hex | D2 | CB | DF | 6 | 9 | 0 | D | 105 | 18 | 54 |
| Octal | 322 | 313 | 337 | 6 | 11 | 0 | 15 | 405 | 30 | 124 |
| Binary | 11010010 | 11001011 | 11011111 | 110 | 1001 | 0 | 1101 | 100000101 | 11000 | 1010100 |
Color Harmonies of #D2CBDF
Complementary color
Monochromatic Colors of #D2CBDF
Black with #D2CBDF
Text Example
Text Example
White with #D2CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBDF; }
p { color: rgb(210,203,223); }
H1.HeaderClassName
{
color: #D2CBDF;
}
.AnyTagClassName
{
color: #D2CBDF;
}
</style>
background-color css
<style>
a { background-color: #D2CBDF; }
a { background-color: rgb(210,203,223); }
div.DivClassName
{
background-color: #D2CBDF;
}
.BgClassName
{
background-color: #D2CBDF;
}
</style>
border-color css
<style>
span { border-color: #D2CBDF; }
span { border-color: rgb(210,203,223); }
td.TdClassName
{
border-color: #D2CBDF;
}
.TagClassName
{
border-color: #D2CBDF;
}
</style>