Shades of Fog #D7C1FD
Tints of Fog #D7C1FD
RGB
CMYK
RGB Variations
Color information
#D7C1FD (or 0xD7C1FD) is known color: Fog. HEX triplet: D7, C1 and FD. RGB value is (215,193,253). Sum of RGB (Red+Green+Blue) = 215+193+253=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C1FD is #283E02. Grayscale: #CECECE. Windows color (decimal): -2637315 or 16630231. OLE color: 16630231.
HSL color Cylindrical-coordinate representation of color #D7C1FD: hue angle of 262º 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 #D7C1FD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 193 | 253 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.01 |
| HSL | 262º | 0.94% | 0.87% | - |
| HSV(B) | 262º | 0.24% | 0.99% | - |
| XYZ | 64.82 | 59.68 | 101.03 | - |
| YUV | 206.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 253 | 0.15 | 0.24 | 0 | 0.01 | 262 | 0.94 | 0.87 |
| Hex | D7 | C1 | FD | F | 18 | 0 | 1 | 106 | 5E | 57 |
| Octal | 327 | 301 | 375 | 17 | 30 | 0 | 1 | 406 | 136 | 127 |
| Binary | 11010111 | 11000001 | 11111101 | 1111 | 11000 | 0 | 1 | 100000110 | 1011110 | 1010111 |
Color Harmonies of #D7C1FD
Complementary color
Monochromatic Colors of #D7C1FD
Black with #D7C1FD
Text Example
Text Example
White with #D7C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C1FD; }
p { color: rgb(215,193,253); }
H1.HeaderClassName
{
color: #D7C1FD;
}
.AnyTagClassName
{
color: #D7C1FD;
}
</style>
background-color css
<style>
a { background-color: #D7C1FD; }
a { background-color: rgb(215,193,253); }
div.DivClassName
{
background-color: #D7C1FD;
}
.BgClassName
{
background-color: #D7C1FD;
}
</style>
border-color css
<style>
span { border-color: #D7C1FD; }
span { border-color: rgb(215,193,253); }
td.TdClassName
{
border-color: #D7C1FD;
}
.TagClassName
{
border-color: #D7C1FD;
}
</style>