Shades of Fog #D7C2FE
Tints of Fog #D7C2FE
RGB
CMYK
RGB Variations
Color information
#D7C2FE (or 0xD7C2FE) is known color: Fog. HEX triplet: D7, C2 and FE. RGB value is (215,194,254). Sum of RGB (Red+Green+Blue) = 215+194+254=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C2FE is #283D01. Grayscale: #CECECE. Windows color (decimal): -2637058 or 16696023. OLE color: 16696023.
HSL color Cylindrical-coordinate representation of color #D7C2FE: hue angle of 261º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7C2FE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 194 | 254 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.00 |
| HSL | 261º | 0.97% | 0.88% | - |
| HSV(B) | 261º | 0.24% | 1% | - |
| XYZ | 65.21 | 60.19 | 101.95 | - |
| YUV | 207.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 254 | 0.15 | 0.24 | 0 | 0.00 | 261 | 0.97 | 0.88 |
| Hex | D7 | C2 | FE | F | 18 | 0 | 0 | 105 | 61 | 58 |
| Octal | 327 | 302 | 376 | 17 | 30 | 0 | 0 | 405 | 141 | 130 |
| Binary | 11010111 | 11000010 | 11111110 | 1111 | 11000 | 0 | 0 | 100000101 | 1100001 | 1011000 |
Color Harmonies of #D7C2FE
Complementary color
Monochromatic Colors of #D7C2FE
Black with #D7C2FE
Text Example
Text Example
White with #D7C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2FE; }
p { color: rgb(215,194,254); }
H1.HeaderClassName
{
color: #D7C2FE;
}
.AnyTagClassName
{
color: #D7C2FE;
}
</style>
background-color css
<style>
a { background-color: #D7C2FE; }
a { background-color: rgb(215,194,254); }
div.DivClassName
{
background-color: #D7C2FE;
}
.BgClassName
{
background-color: #D7C2FE;
}
</style>
border-color css
<style>
span { border-color: #D7C2FE; }
span { border-color: rgb(215,194,254); }
td.TdClassName
{
border-color: #D7C2FE;
}
.TagClassName
{
border-color: #D7C2FE;
}
</style>