Shades of Fog #D2C5EB
Tints of Fog #D2C5EB
RGB
CMYK
RGB Variations
Color information
#D2C5EB (or 0xD2C5EB) is known color: Fog. HEX triplet: D2, C5 and EB. RGB value is (210,197,235). Sum of RGB (Red+Green+Blue) = 210+197+235=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5EB is #2D3A14. Grayscale: #CDCDCD. Windows color (decimal): -2963989 or 15451602. OLE color: 15451602.
HSL color Cylindrical-coordinate representation of color #D2C5EB: hue angle of 260.53º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2C5EB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 197 | 235 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.08 |
| HSL | 260.53º | 0.49% | 0.85% | - |
| HSV(B) | 260.53º | 0.16% | 0.92% | - |
| XYZ | 61.54 | 59.63 | 86.86 | - |
| YUV | 205.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 235 | 0.11 | 0.16 | 0 | 0.08 | 260.53 | 0.49 | 0.85 |
| Hex | D2 | C5 | EB | B | 10 | 0 | 8 | 105 | 31 | 55 |
| Octal | 322 | 305 | 353 | 13 | 20 | 0 | 10 | 405 | 61 | 125 |
| Binary | 11010010 | 11000101 | 11101011 | 1011 | 10000 | 0 | 1000 | 100000101 | 110001 | 1010101 |
Color Harmonies of #D2C5EB
Complementary color
Monochromatic Colors of #D2C5EB
Black with #D2C5EB
Text Example
Text Example
White with #D2C5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5EB; }
p { color: rgb(210,197,235); }
H1.HeaderClassName
{
color: #D2C5EB;
}
.AnyTagClassName
{
color: #D2C5EB;
}
</style>
background-color css
<style>
a { background-color: #D2C5EB; }
a { background-color: rgb(210,197,235); }
div.DivClassName
{
background-color: #D2C5EB;
}
.BgClassName
{
background-color: #D2C5EB;
}
</style>
border-color css
<style>
span { border-color: #D2C5EB; }
span { border-color: rgb(210,197,235); }
td.TdClassName
{
border-color: #D2C5EB;
}
.TagClassName
{
border-color: #D2C5EB;
}
</style>