Shades of Fog #D7CAF8
Tints of Fog #D7CAF8
RGB
CMYK
RGB Variations
Color information
#D7CAF8 (or 0xD7CAF8) is known color: Fog. HEX triplet: D7, CA and F8. RGB value is (215,202,248). Sum of RGB (Red+Green+Blue) = 215+202+248=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAF8 is #283507. Grayscale: #D2D2D2. Windows color (decimal): -2635016 or 16304855. OLE color: 16304855.
HSL color Cylindrical-coordinate representation of color #D7CAF8: hue angle of 256.96º 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 #D7CAF8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 202 | 248 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.03 |
| HSL | 256.96º | 0.77% | 0.88% | - |
| HSV(B) | 256.96º | 0.19% | 0.97% | - |
| XYZ | 66.09 | 63.47 | 97.57 | - |
| YUV | 211.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 248 | 0.13 | 0.19 | 0 | 0.03 | 256.96 | 0.77 | 0.88 |
| Hex | D7 | CA | F8 | D | 13 | 0 | 3 | 101 | 4D | 58 |
| Octal | 327 | 312 | 370 | 15 | 23 | 0 | 3 | 401 | 115 | 130 |
| Binary | 11010111 | 11001010 | 11111000 | 1101 | 10011 | 0 | 11 | 100000001 | 1001101 | 1011000 |
Color Harmonies of #D7CAF8
Complementary color
Monochromatic Colors of #D7CAF8
Black with #D7CAF8
Text Example
Text Example
White with #D7CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAF8; }
p { color: rgb(215,202,248); }
H1.HeaderClassName
{
color: #D7CAF8;
}
.AnyTagClassName
{
color: #D7CAF8;
}
</style>
background-color css
<style>
a { background-color: #D7CAF8; }
a { background-color: rgb(215,202,248); }
div.DivClassName
{
background-color: #D7CAF8;
}
.BgClassName
{
background-color: #D7CAF8;
}
</style>
border-color css
<style>
span { border-color: #D7CAF8; }
span { border-color: rgb(215,202,248); }
td.TdClassName
{
border-color: #D7CAF8;
}
.TagClassName
{
border-color: #D7CAF8;
}
</style>