Shades of Fog #D5C7F9
Tints of Fog #D5C7F9
RGB
CMYK
RGB Variations
Color information
#D5C7F9 (or 0xD5C7F9) is known color: Fog. HEX triplet: D5, C7 and F9. RGB value is (213,199,249). Sum of RGB (Red+Green+Blue) = 213+199+249=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5C7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C7F9 is #2A3806. Grayscale: #D0D0D0. Windows color (decimal): -2766855 or 16369621. OLE color: 16369621.
HSL color Cylindrical-coordinate representation of color #D5C7F9: hue angle of 256.8º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C7F9 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 199 | 249 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.02 |
| HSL | 256.8º | 0.81% | 0.88% | - |
| HSV(B) | 256.8º | 0.2% | 0.98% | - |
| XYZ | 64.96 | 61.83 | 98.13 | - |
| YUV | 208.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 249 | 0.14 | 0.20 | 0 | 0.02 | 256.8 | 0.81 | 0.88 |
| Hex | D5 | C7 | F9 | E | 14 | 0 | 2 | 101 | 51 | 58 |
| Octal | 325 | 307 | 371 | 16 | 24 | 0 | 2 | 401 | 121 | 130 |
| Binary | 11010101 | 11000111 | 11111001 | 1110 | 10100 | 0 | 10 | 100000001 | 1010001 | 1011000 |
Color Harmonies of #D5C7F9
Complementary color
Monochromatic Colors of #D5C7F9
Black with #D5C7F9
Text Example
Text Example
White with #D5C7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7F9; }
p { color: rgb(213,199,249); }
H1.HeaderClassName
{
color: #D5C7F9;
}
.AnyTagClassName
{
color: #D5C7F9;
}
</style>
background-color css
<style>
a { background-color: #D5C7F9; }
a { background-color: rgb(213,199,249); }
div.DivClassName
{
background-color: #D5C7F9;
}
.BgClassName
{
background-color: #D5C7F9;
}
</style>
border-color css
<style>
span { border-color: #D5C7F9; }
span { border-color: rgb(213,199,249); }
td.TdClassName
{
border-color: #D5C7F9;
}
.TagClassName
{
border-color: #D5C7F9;
}
</style>