Shades of Fog #D2C5E6
Tints of Fog #D2C5E6
RGB
CMYK
RGB Variations
Color information
#D2C5E6 (or 0xD2C5E6) is known color: Fog. HEX triplet: D2, C5 and E6. RGB value is (210,197,230). Sum of RGB (Red+Green+Blue) = 210+197+230=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5E6 is #2D3A19. Grayscale: #CCCCCC. Windows color (decimal): -2963994 or 15123922. OLE color: 15123922.
HSL color Cylindrical-coordinate representation of color #D2C5E6: hue angle of 263.64º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2C5E6 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 197 | 230 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.10 |
| HSL | 263.64º | 0.4% | 0.84% | - |
| HSV(B) | 263.64º | 0.14% | 0.9% | - |
| XYZ | 60.83 | 59.35 | 83.11 | - |
| YUV | 204.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 230 | 0.09 | 0.14 | 0 | 0.10 | 263.64 | 0.4 | 0.84 |
| Hex | D2 | C5 | E6 | 9 | E | 0 | A | 108 | 28 | 54 |
| Octal | 322 | 305 | 346 | 11 | 16 | 0 | 12 | 410 | 50 | 124 |
| Binary | 11010010 | 11000101 | 11100110 | 1001 | 1110 | 0 | 1010 | 100001000 | 101000 | 1010100 |
Color Harmonies of #D2C5E6
Complementary color
Monochromatic Colors of #D2C5E6
Black with #D2C5E6
Text Example
Text Example
White with #D2C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5E6; }
p { color: rgb(210,197,230); }
H1.HeaderClassName
{
color: #D2C5E6;
}
.AnyTagClassName
{
color: #D2C5E6;
}
</style>
background-color css
<style>
a { background-color: #D2C5E6; }
a { background-color: rgb(210,197,230); }
div.DivClassName
{
background-color: #D2C5E6;
}
.BgClassName
{
background-color: #D2C5E6;
}
</style>
border-color css
<style>
span { border-color: #D2C5E6; }
span { border-color: rgb(210,197,230); }
td.TdClassName
{
border-color: #D2C5E6;
}
.TagClassName
{
border-color: #D2C5E6;
}
</style>