Shades of Fog #D7C0FD
Tints of Fog #D7C0FD
RGB
CMYK
RGB Variations
Color information
#D7C0FD (or 0xD7C0FD) is known color: Fog. HEX triplet: D7, C0 and FD. RGB value is (215,192,253). Sum of RGB (Red+Green+Blue) = 215+192+253=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C0FD is #283F02. Grayscale: #CDCDCD. Windows color (decimal): -2637571 or 16629975. OLE color: 16629975.
HSL color Cylindrical-coordinate representation of color #D7C0FD: hue angle of 262.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7C0FD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 192 | 253 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.01 |
| HSL | 262.62º | 0.94% | 0.87% | - |
| HSV(B) | 262.62º | 0.24% | 0.99% | - |
| XYZ | 64.6 | 59.24 | 100.96 | - |
| YUV | 205.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 253 | 0.15 | 0.24 | 0 | 0.01 | 262.62 | 0.94 | 0.87 |
| Hex | D7 | C0 | FD | F | 18 | 0 | 1 | 107 | 5E | 57 |
| Octal | 327 | 300 | 375 | 17 | 30 | 0 | 1 | 407 | 136 | 127 |
| Binary | 11010111 | 11000000 | 11111101 | 1111 | 11000 | 0 | 1 | 100000111 | 1011110 | 1010111 |
Color Harmonies of #D7C0FD
Complementary color
Monochromatic Colors of #D7C0FD
Black with #D7C0FD
Text Example
Text Example
White with #D7C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0FD; }
p { color: rgb(215,192,253); }
H1.HeaderClassName
{
color: #D7C0FD;
}
.AnyTagClassName
{
color: #D7C0FD;
}
</style>
background-color css
<style>
a { background-color: #D7C0FD; }
a { background-color: rgb(215,192,253); }
div.DivClassName
{
background-color: #D7C0FD;
}
.BgClassName
{
background-color: #D7C0FD;
}
</style>
border-color css
<style>
span { border-color: #D7C0FD; }
span { border-color: rgb(215,192,253); }
td.TdClassName
{
border-color: #D7C0FD;
}
.TagClassName
{
border-color: #D7C0FD;
}
</style>