Shades of Fog #D2C1FD
Tints of Fog #D2C1FD
RGB
CMYK
RGB Variations
Color information
#D2C1FD (or 0xD2C1FD) is known color: Fog. HEX triplet: D2, C1 and FD. RGB value is (210,193,253). Sum of RGB (Red+Green+Blue) = 210+193+253=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C1FD is #2D3E02. Grayscale: #CCCCCC. Windows color (decimal): -2964995 or 16630226. OLE color: 16630226.
HSL color Cylindrical-coordinate representation of color #D2C1FD: hue angle of 257º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2C1FD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 193 | 253 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.01 |
| HSL | 257º | 0.94% | 0.87% | - |
| HSV(B) | 257º | 0.24% | 0.99% | - |
| XYZ | 63.38 | 58.93 | 100.96 | - |
| YUV | 204.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 253 | 0.17 | 0.24 | 0 | 0.01 | 257 | 0.94 | 0.87 |
| Hex | D2 | C1 | FD | 11 | 18 | 0 | 1 | 101 | 5E | 57 |
| Octal | 322 | 301 | 375 | 21 | 30 | 0 | 1 | 401 | 136 | 127 |
| Binary | 11010010 | 11000001 | 11111101 | 10001 | 11000 | 0 | 1 | 100000001 | 1011110 | 1010111 |
Color Harmonies of #D2C1FD
Complementary color
Monochromatic Colors of #D2C1FD
Black with #D2C1FD
Text Example
Text Example
White with #D2C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1FD; }
p { color: rgb(210,193,253); }
H1.HeaderClassName
{
color: #D2C1FD;
}
.AnyTagClassName
{
color: #D2C1FD;
}
</style>
background-color css
<style>
a { background-color: #D2C1FD; }
a { background-color: rgb(210,193,253); }
div.DivClassName
{
background-color: #D2C1FD;
}
.BgClassName
{
background-color: #D2C1FD;
}
</style>
border-color css
<style>
span { border-color: #D2C1FD; }
span { border-color: rgb(210,193,253); }
td.TdClassName
{
border-color: #D2C1FD;
}
.TagClassName
{
border-color: #D2C1FD;
}
</style>