Shades of Fog #D7C7F3
Tints of Fog #D7C7F3
RGB
CMYK
RGB Variations
Color information
#D7C7F3 (or 0xD7C7F3) is known color: Fog. HEX triplet: D7, C7 and F3. RGB value is (215,199,243). Sum of RGB (Red+Green+Blue) = 215+199+243=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7C7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C7F3 is #28380C. Grayscale: #D0D0D0. Windows color (decimal): -2635789 or 15976407. OLE color: 15976407.
HSL color Cylindrical-coordinate representation of color #D7C7F3: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7C7F3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 199 | 243 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.05 |
| HSL | 261.82º | 0.65% | 0.87% | - |
| HSV(B) | 261.82º | 0.18% | 0.95% | - |
| XYZ | 64.63 | 61.76 | 93.31 | - |
| YUV | 208.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 243 | 0.12 | 0.18 | 0 | 0.05 | 261.82 | 0.65 | 0.87 |
| Hex | D7 | C7 | F3 | C | 12 | 0 | 5 | 106 | 41 | 57 |
| Octal | 327 | 307 | 363 | 14 | 22 | 0 | 5 | 406 | 101 | 127 |
| Binary | 11010111 | 11000111 | 11110011 | 1100 | 10010 | 0 | 101 | 100000110 | 1000001 | 1010111 |
Color Harmonies of #D7C7F3
Complementary color
Monochromatic Colors of #D7C7F3
Black with #D7C7F3
Text Example
Text Example
White with #D7C7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C7F3; }
p { color: rgb(215,199,243); }
H1.HeaderClassName
{
color: #D7C7F3;
}
.AnyTagClassName
{
color: #D7C7F3;
}
</style>
background-color css
<style>
a { background-color: #D7C7F3; }
a { background-color: rgb(215,199,243); }
div.DivClassName
{
background-color: #D7C7F3;
}
.BgClassName
{
background-color: #D7C7F3;
}
</style>
border-color css
<style>
span { border-color: #D7C7F3; }
span { border-color: rgb(215,199,243); }
td.TdClassName
{
border-color: #D7C7F3;
}
.TagClassName
{
border-color: #D7C7F3;
}
</style>