Shades of Fog #D7C8FA
Tints of Fog #D7C8FA
RGB
CMYK
RGB Variations
Color information
#D7C8FA (or 0xD7C8FA) is known color: Fog. HEX triplet: D7, C8 and FA. RGB value is (215,200,250). Sum of RGB (Red+Green+Blue) = 215+200+250=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C8FA is #283705. Grayscale: #D2D2D2. Windows color (decimal): -2635526 or 16435415. OLE color: 16435415.
HSL color Cylindrical-coordinate representation of color #D7C8FA: hue angle of 258º degrees, saturation: 0.83, 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 #D7C8FA is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 200 | 250 | - |
| CMYK | 0.14 | 0.2 | 0 | 0.02 |
| HSL | 258º | 0.83% | 0.88% | - |
| HSV(B) | 258º | 0.2% | 0.98% | - |
| XYZ | 65.93 | 62.66 | 99.06 | - |
| YUV | 210.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 250 | 0.14 | 0.2 | 0 | 0.02 | 258 | 0.83 | 0.88 |
| Hex | D7 | C8 | FA | E | 14 | 0 | 2 | 102 | 53 | 58 |
| Octal | 327 | 310 | 372 | 16 | 24 | 0 | 2 | 402 | 123 | 130 |
| Binary | 11010111 | 11001000 | 11111010 | 1110 | 10100 | 0 | 10 | 100000010 | 1010011 | 1011000 |
Color Harmonies of #D7C8FA
Complementary color
Monochromatic Colors of #D7C8FA
Black with #D7C8FA
Text Example
Text Example
White with #D7C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8FA; }
p { color: rgb(215,200,250); }
H1.HeaderClassName
{
color: #D7C8FA;
}
.AnyTagClassName
{
color: #D7C8FA;
}
</style>
background-color css
<style>
a { background-color: #D7C8FA; }
a { background-color: rgb(215,200,250); }
div.DivClassName
{
background-color: #D7C8FA;
}
.BgClassName
{
background-color: #D7C8FA;
}
</style>
border-color css
<style>
span { border-color: #D7C8FA; }
span { border-color: rgb(215,200,250); }
td.TdClassName
{
border-color: #D7C8FA;
}
.TagClassName
{
border-color: #D7C8FA;
}
</style>