Shades of Fog #D7C5FB
Tints of Fog #D7C5FB
RGB
CMYK
RGB Variations
Color information
#D7C5FB (or 0xD7C5FB) is known color: Fog. HEX triplet: D7, C5 and FB. RGB value is (215,197,251). Sum of RGB (Red+Green+Blue) = 215+197+251=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C5FB is #283A04. Grayscale: #D0D0D0. Windows color (decimal): -2636293 or 16500183. OLE color: 16500183.
HSL color Cylindrical-coordinate representation of color #D7C5FB: hue angle of 260º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7C5FB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 197 | 251 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.02 |
| HSL | 260º | 0.87% | 0.88% | - |
| HSV(B) | 260º | 0.22% | 0.98% | - |
| XYZ | 65.4 | 61.34 | 99.66 | - |
| YUV | 208.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 251 | 0.14 | 0.22 | 0 | 0.02 | 260 | 0.87 | 0.88 |
| Hex | D7 | C5 | FB | E | 16 | 0 | 2 | 104 | 57 | 58 |
| Octal | 327 | 305 | 373 | 16 | 26 | 0 | 2 | 404 | 127 | 130 |
| Binary | 11010111 | 11000101 | 11111011 | 1110 | 10110 | 0 | 10 | 100000100 | 1010111 | 1011000 |
Color Harmonies of #D7C5FB
Complementary color
Monochromatic Colors of #D7C5FB
Black with #D7C5FB
Text Example
Text Example
White with #D7C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5FB; }
p { color: rgb(215,197,251); }
H1.HeaderClassName
{
color: #D7C5FB;
}
.AnyTagClassName
{
color: #D7C5FB;
}
</style>
background-color css
<style>
a { background-color: #D7C5FB; }
a { background-color: rgb(215,197,251); }
div.DivClassName
{
background-color: #D7C5FB;
}
.BgClassName
{
background-color: #D7C5FB;
}
</style>
border-color css
<style>
span { border-color: #D7C5FB; }
span { border-color: rgb(215,197,251); }
td.TdClassName
{
border-color: #D7C5FB;
}
.TagClassName
{
border-color: #D7C5FB;
}
</style>