Shades of Fog #D7C8FE
Tints of Fog #D7C8FE
RGB
CMYK
RGB Variations
Color information
#D7C8FE (or 0xD7C8FE) is known color: Fog. HEX triplet: D7, C8 and FE. RGB value is (215,200,254). Sum of RGB (Red+Green+Blue) = 215+200+254=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C8FE is #283701. Grayscale: #D2D2D2. Windows color (decimal): -2635522 or 16697559. OLE color: 16697559.
HSL color Cylindrical-coordinate representation of color #D7C8FE: hue angle of 256.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7C8FE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 200 | 254 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.00 |
| HSL | 256.67º | 0.96% | 0.89% | - |
| HSV(B) | 256.67º | 0.21% | 1% | - |
| XYZ | 66.57 | 62.91 | 102.4 | - |
| YUV | 210.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 254 | 0.15 | 0.21 | 0 | 0.00 | 256.67 | 0.96 | 0.89 |
| Hex | D7 | C8 | FE | F | 15 | 0 | 0 | 101 | 60 | 59 |
| Octal | 327 | 310 | 376 | 17 | 25 | 0 | 0 | 401 | 140 | 131 |
| Binary | 11010111 | 11001000 | 11111110 | 1111 | 10101 | 0 | 0 | 100000001 | 1100000 | 1011001 |
Color Harmonies of #D7C8FE
Complementary color
Monochromatic Colors of #D7C8FE
Black with #D7C8FE
Text Example
Text Example
White with #D7C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8FE; }
p { color: rgb(215,200,254); }
H1.HeaderClassName
{
color: #D7C8FE;
}
.AnyTagClassName
{
color: #D7C8FE;
}
</style>
background-color css
<style>
a { background-color: #D7C8FE; }
a { background-color: rgb(215,200,254); }
div.DivClassName
{
background-color: #D7C8FE;
}
.BgClassName
{
background-color: #D7C8FE;
}
</style>
border-color css
<style>
span { border-color: #D7C8FE; }
span { border-color: rgb(215,200,254); }
td.TdClassName
{
border-color: #D7C8FE;
}
.TagClassName
{
border-color: #D7C8FE;
}
</style>