Shades of Fog #D2C8F5
Tints of Fog #D2C8F5
RGB
CMYK
RGB Variations
Color information
#D2C8F5 (or 0xD2C8F5) is known color: Fog. HEX triplet: D2, C8 and F5. RGB value is (210,200,245). Sum of RGB (Red+Green+Blue) = 210+200+245=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #D2C8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8F5 is #2D370A. Grayscale: #CFCFCF. Windows color (decimal): -2963211 or 16107730. OLE color: 16107730.
HSL color Cylindrical-coordinate representation of color #D2C8F5: hue angle of 253.33º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2C8F5 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 200 | 245 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.04 |
| HSL | 253.33º | 0.69% | 0.87% | - |
| HSV(B) | 253.33º | 0.18% | 0.96% | - |
| XYZ | 63.71 | 61.6 | 94.92 | - |
| YUV | 208.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 245 | 0.14 | 0.18 | 0 | 0.04 | 253.33 | 0.69 | 0.87 |
| Hex | D2 | C8 | F5 | E | 12 | 0 | 4 | FD | 45 | 57 |
| Octal | 322 | 310 | 365 | 16 | 22 | 0 | 4 | 375 | 105 | 127 |
| Binary | 11010010 | 11001000 | 11110101 | 1110 | 10010 | 0 | 100 | 11111101 | 1000101 | 1010111 |
Color Harmonies of #D2C8F5
Complementary color
Monochromatic Colors of #D2C8F5
Black with #D2C8F5
Text Example
Text Example
White with #D2C8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8F5; }
p { color: rgb(210,200,245); }
H1.HeaderClassName
{
color: #D2C8F5;
}
.AnyTagClassName
{
color: #D2C8F5;
}
</style>
background-color css
<style>
a { background-color: #D2C8F5; }
a { background-color: rgb(210,200,245); }
div.DivClassName
{
background-color: #D2C8F5;
}
.BgClassName
{
background-color: #D2C8F5;
}
</style>
border-color css
<style>
span { border-color: #D2C8F5; }
span { border-color: rgb(210,200,245); }
td.TdClassName
{
border-color: #D2C8F5;
}
.TagClassName
{
border-color: #D2C8F5;
}
</style>