Shades of Fog #D7C5FE
Tints of Fog #D7C5FE
RGB
CMYK
RGB Variations
Color information
#D7C5FE (or 0xD7C5FE) is known color: Fog. HEX triplet: D7, C5 and FE. RGB value is (215,197,254). Sum of RGB (Red+Green+Blue) = 215+197+254=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C5FE is #283A01. Grayscale: #D0D0D0. Windows color (decimal): -2636290 or 16696791. OLE color: 16696791.
HSL color Cylindrical-coordinate representation of color #D7C5FE: hue angle of 258.95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7C5FE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 197 | 254 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.00 |
| HSL | 258.95º | 0.97% | 0.88% | - |
| HSV(B) | 258.95º | 0.22% | 1% | - |
| XYZ | 65.88 | 61.54 | 102.17 | - |
| YUV | 208.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 254 | 0.15 | 0.22 | 0 | 0.00 | 258.95 | 0.97 | 0.88 |
| Hex | D7 | C5 | FE | F | 16 | 0 | 0 | 103 | 61 | 58 |
| Octal | 327 | 305 | 376 | 17 | 26 | 0 | 0 | 403 | 141 | 130 |
| Binary | 11010111 | 11000101 | 11111110 | 1111 | 10110 | 0 | 0 | 100000011 | 1100001 | 1011000 |
Color Harmonies of #D7C5FE
Complementary color
Monochromatic Colors of #D7C5FE
Black with #D7C5FE
Text Example
Text Example
White with #D7C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5FE; }
p { color: rgb(215,197,254); }
H1.HeaderClassName
{
color: #D7C5FE;
}
.AnyTagClassName
{
color: #D7C5FE;
}
</style>
background-color css
<style>
a { background-color: #D7C5FE; }
a { background-color: rgb(215,197,254); }
div.DivClassName
{
background-color: #D7C5FE;
}
.BgClassName
{
background-color: #D7C5FE;
}
</style>
border-color css
<style>
span { border-color: #D7C5FE; }
span { border-color: rgb(215,197,254); }
td.TdClassName
{
border-color: #D7C5FE;
}
.TagClassName
{
border-color: #D7C5FE;
}
</style>