Shades of Fog #D2C5DF
Tints of Fog #D2C5DF
RGB
CMYK
RGB Variations
Color information
#D2C5DF (or 0xD2C5DF) is known color: Fog. HEX triplet: D2, C5 and DF. RGB value is (210,197,223). Sum of RGB (Red+Green+Blue) = 210+197+223=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5DF is #2D3A20. Grayscale: #CBCBCB. Windows color (decimal): -2964001 or 14665170. OLE color: 14665170.
HSL color Cylindrical-coordinate representation of color #D2C5DF: hue angle of 270º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2C5DF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 197 | 223 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.13 |
| HSL | 270º | 0.29% | 0.82% | - |
| HSV(B) | 270º | 0.12% | 0.87% | - |
| XYZ | 59.86 | 58.96 | 78.04 | - |
| YUV | 203.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 223 | 0.06 | 0.12 | 0 | 0.13 | 270 | 0.29 | 0.82 |
| Hex | D2 | C5 | DF | 6 | C | 0 | D | 10E | 1D | 52 |
| Octal | 322 | 305 | 337 | 6 | 14 | 0 | 15 | 416 | 35 | 122 |
| Binary | 11010010 | 11000101 | 11011111 | 110 | 1100 | 0 | 1101 | 100001110 | 11101 | 1010010 |
Color Harmonies of #D2C5DF
Complementary color
Monochromatic Colors of #D2C5DF
Black with #D2C5DF
Text Example
Text Example
White with #D2C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5DF; }
p { color: rgb(210,197,223); }
H1.HeaderClassName
{
color: #D2C5DF;
}
.AnyTagClassName
{
color: #D2C5DF;
}
</style>
background-color css
<style>
a { background-color: #D2C5DF; }
a { background-color: rgb(210,197,223); }
div.DivClassName
{
background-color: #D2C5DF;
}
.BgClassName
{
background-color: #D2C5DF;
}
</style>
border-color css
<style>
span { border-color: #D2C5DF; }
span { border-color: rgb(210,197,223); }
td.TdClassName
{
border-color: #D2C5DF;
}
.TagClassName
{
border-color: #D2C5DF;
}
</style>