Shades of Fog #D6CAF8
Tints of Fog #D6CAF8
RGB
CMYK
RGB Variations
Color information
#D6CAF8 (or 0xD6CAF8) is known color: Fog. HEX triplet: D6, CA and F8. RGB value is (214,202,248). Sum of RGB (Red+Green+Blue) = 214+202+248=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAF8 is #293507. Grayscale: #D2D2D2. Windows color (decimal): -2700552 or 16304854. OLE color: 16304854.
HSL color Cylindrical-coordinate representation of color #D6CAF8: hue angle of 255.65º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CAF8 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 202 | 248 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.03 |
| HSL | 255.65º | 0.77% | 0.88% | - |
| HSV(B) | 255.65º | 0.19% | 0.97% | - |
| XYZ | 65.8 | 63.31 | 97.56 | - |
| YUV | 210.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 248 | 0.14 | 0.19 | 0 | 0.03 | 255.65 | 0.77 | 0.88 |
| Hex | D6 | CA | F8 | E | 13 | 0 | 3 | 100 | 4D | 58 |
| Octal | 326 | 312 | 370 | 16 | 23 | 0 | 3 | 400 | 115 | 130 |
| Binary | 11010110 | 11001010 | 11111000 | 1110 | 10011 | 0 | 11 | 100000000 | 1001101 | 1011000 |
Color Harmonies of #D6CAF8
Complementary color
Monochromatic Colors of #D6CAF8
Black with #D6CAF8
Text Example
Text Example
White with #D6CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAF8; }
p { color: rgb(214,202,248); }
H1.HeaderClassName
{
color: #D6CAF8;
}
.AnyTagClassName
{
color: #D6CAF8;
}
</style>
background-color css
<style>
a { background-color: #D6CAF8; }
a { background-color: rgb(214,202,248); }
div.DivClassName
{
background-color: #D6CAF8;
}
.BgClassName
{
background-color: #D6CAF8;
}
</style>
border-color css
<style>
span { border-color: #D6CAF8; }
span { border-color: rgb(214,202,248); }
td.TdClassName
{
border-color: #D6CAF8;
}
.TagClassName
{
border-color: #D6CAF8;
}
</style>