Shades of Fog #D8CAF5
Tints of Fog #D8CAF5
RGB
CMYK
RGB Variations
Color information
#D8CAF5 (or 0xD8CAF5) is known color: Fog. HEX triplet: D8, CA and F5. RGB value is (216,202,245). Sum of RGB (Red+Green+Blue) = 216+202+245=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #D8CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAF5 is #27350A. Grayscale: #D2D2D2. Windows color (decimal): -2569483 or 16108248. OLE color: 16108248.
HSL color Cylindrical-coordinate representation of color #D8CAF5: hue angle of 259.53º 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 #D8CAF5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 202 | 245 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.04 |
| HSL | 259.53º | 0.68% | 0.88% | - |
| HSV(B) | 259.53º | 0.18% | 0.96% | - |
| XYZ | 65.92 | 63.43 | 95.16 | - |
| YUV | 211.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 245 | 0.12 | 0.18 | 0 | 0.04 | 259.53 | 0.68 | 0.88 |
| Hex | D8 | CA | F5 | C | 12 | 0 | 4 | 104 | 44 | 58 |
| Octal | 330 | 312 | 365 | 14 | 22 | 0 | 4 | 404 | 104 | 130 |
| Binary | 11011000 | 11001010 | 11110101 | 1100 | 10010 | 0 | 100 | 100000100 | 1000100 | 1011000 |
Color Harmonies of #D8CAF5
Complementary color
Monochromatic Colors of #D8CAF5
Black with #D8CAF5
Text Example
Text Example
White with #D8CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAF5; }
p { color: rgb(216,202,245); }
H1.HeaderClassName
{
color: #D8CAF5;
}
.AnyTagClassName
{
color: #D8CAF5;
}
</style>
background-color css
<style>
a { background-color: #D8CAF5; }
a { background-color: rgb(216,202,245); }
div.DivClassName
{
background-color: #D8CAF5;
}
.BgClassName
{
background-color: #D8CAF5;
}
</style>
border-color css
<style>
span { border-color: #D8CAF5; }
span { border-color: rgb(216,202,245); }
td.TdClassName
{
border-color: #D8CAF5;
}
.TagClassName
{
border-color: #D8CAF5;
}
</style>