Shades of Fog #D7CAF6
Tints of Fog #D7CAF6
RGB
CMYK
RGB Variations
Color information
#D7CAF6 (or 0xD7CAF6) is known color: Fog. HEX triplet: D7, CA and F6. RGB value is (215,202,246). Sum of RGB (Red+Green+Blue) = 215+202+246=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAF6 is #283509. Grayscale: #D2D2D2. Windows color (decimal): -2635018 or 16173783. OLE color: 16173783.
HSL color Cylindrical-coordinate representation of color #D7CAF6: hue angle of 257.73º degrees, saturation: 0.71, 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 #D7CAF6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 202 | 246 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.04 |
| HSL | 257.73º | 0.71% | 0.88% | - |
| HSV(B) | 257.73º | 0.18% | 0.96% | - |
| XYZ | 65.78 | 63.34 | 95.95 | - |
| YUV | 210.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 246 | 0.13 | 0.18 | 0 | 0.04 | 257.73 | 0.71 | 0.88 |
| Hex | D7 | CA | F6 | D | 12 | 0 | 4 | 102 | 47 | 58 |
| Octal | 327 | 312 | 366 | 15 | 22 | 0 | 4 | 402 | 107 | 130 |
| Binary | 11010111 | 11001010 | 11110110 | 1101 | 10010 | 0 | 100 | 100000010 | 1000111 | 1011000 |
Color Harmonies of #D7CAF6
Complementary color
Monochromatic Colors of #D7CAF6
Black with #D7CAF6
Text Example
Text Example
White with #D7CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAF6; }
p { color: rgb(215,202,246); }
H1.HeaderClassName
{
color: #D7CAF6;
}
.AnyTagClassName
{
color: #D7CAF6;
}
</style>
background-color css
<style>
a { background-color: #D7CAF6; }
a { background-color: rgb(215,202,246); }
div.DivClassName
{
background-color: #D7CAF6;
}
.BgClassName
{
background-color: #D7CAF6;
}
</style>
border-color css
<style>
span { border-color: #D7CAF6; }
span { border-color: rgb(215,202,246); }
td.TdClassName
{
border-color: #D7CAF6;
}
.TagClassName
{
border-color: #D7CAF6;
}
</style>