Shades of Fog #D6CAF5
Tints of Fog #D6CAF5
RGB
CMYK
RGB Variations
Color information
#D6CAF5 (or 0xD6CAF5) is known color: Fog. HEX triplet: D6, CA and F5. RGB value is (214,202,245). Sum of RGB (Red+Green+Blue) = 214+202+245=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAF5 is #29350A. Grayscale: #D2D2D2. Windows color (decimal): -2700555 or 16108246. OLE color: 16108246.
HSL color Cylindrical-coordinate representation of color #D6CAF5: hue angle of 256.74º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CAF5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 202 | 245 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.04 |
| HSL | 256.74º | 0.68% | 0.88% | - |
| HSV(B) | 256.74º | 0.18% | 0.96% | - |
| XYZ | 65.33 | 63.13 | 95.13 | - |
| YUV | 210.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 245 | 0.13 | 0.18 | 0 | 0.04 | 256.74 | 0.68 | 0.88 |
| Hex | D6 | CA | F5 | D | 12 | 0 | 4 | 101 | 44 | 58 |
| Octal | 326 | 312 | 365 | 15 | 22 | 0 | 4 | 401 | 104 | 130 |
| Binary | 11010110 | 11001010 | 11110101 | 1101 | 10010 | 0 | 100 | 100000001 | 1000100 | 1011000 |
Color Harmonies of #D6CAF5
Complementary color
Monochromatic Colors of #D6CAF5
Black with #D6CAF5
Text Example
Text Example
White with #D6CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAF5; }
p { color: rgb(214,202,245); }
H1.HeaderClassName
{
color: #D6CAF5;
}
.AnyTagClassName
{
color: #D6CAF5;
}
</style>
background-color css
<style>
a { background-color: #D6CAF5; }
a { background-color: rgb(214,202,245); }
div.DivClassName
{
background-color: #D6CAF5;
}
.BgClassName
{
background-color: #D6CAF5;
}
</style>
border-color css
<style>
span { border-color: #D6CAF5; }
span { border-color: rgb(214,202,245); }
td.TdClassName
{
border-color: #D6CAF5;
}
.TagClassName
{
border-color: #D6CAF5;
}
</style>