Shades of Fog #D7C3FE
Tints of Fog #D7C3FE
RGB
CMYK
RGB Variations
Color information
#D7C3FE (or 0xD7C3FE) is known color: Fog. HEX triplet: D7, C3 and FE. RGB value is (215,195,254). Sum of RGB (Red+Green+Blue) = 215+195+254=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C3FE is #283C01. Grayscale: #CFCFCF. Windows color (decimal): -2636802 or 16696279. OLE color: 16696279.
HSL color Cylindrical-coordinate representation of color #D7C3FE: hue angle of 260.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7C3FE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 195 | 254 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.00 |
| HSL | 260.34º | 0.97% | 0.88% | - |
| HSV(B) | 260.34º | 0.23% | 1% | - |
| XYZ | 65.43 | 60.63 | 102.02 | - |
| YUV | 207.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 254 | 0.15 | 0.23 | 0 | 0.00 | 260.34 | 0.97 | 0.88 |
| Hex | D7 | C3 | FE | F | 17 | 0 | 0 | 104 | 61 | 58 |
| Octal | 327 | 303 | 376 | 17 | 27 | 0 | 0 | 404 | 141 | 130 |
| Binary | 11010111 | 11000011 | 11111110 | 1111 | 10111 | 0 | 0 | 100000100 | 1100001 | 1011000 |
Color Harmonies of #D7C3FE
Complementary color
Monochromatic Colors of #D7C3FE
Black with #D7C3FE
Text Example
Text Example
White with #D7C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C3FE; }
p { color: rgb(215,195,254); }
H1.HeaderClassName
{
color: #D7C3FE;
}
.AnyTagClassName
{
color: #D7C3FE;
}
</style>
background-color css
<style>
a { background-color: #D7C3FE; }
a { background-color: rgb(215,195,254); }
div.DivClassName
{
background-color: #D7C3FE;
}
.BgClassName
{
background-color: #D7C3FE;
}
</style>
border-color css
<style>
span { border-color: #D7C3FE; }
span { border-color: rgb(215,195,254); }
td.TdClassName
{
border-color: #D7C3FE;
}
.TagClassName
{
border-color: #D7C3FE;
}
</style>