Shades of Fog #D7CDF7
Tints of Fog #D7CDF7
RGB
CMYK
RGB Variations
Color information
#D7CDF7 (or 0xD7CDF7) is known color: Fog. HEX triplet: D7, CD and F7. RGB value is (215,205,247). Sum of RGB (Red+Green+Blue) = 215+205+247=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDF7 is #283208. Grayscale: #D4D4D4. Windows color (decimal): -2634249 or 16240087. OLE color: 16240087.
HSL color Cylindrical-coordinate representation of color #D7CDF7: hue angle of 254.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7CDF7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 205 | 247 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.03 |
| HSL | 254.29º | 0.72% | 0.89% | - |
| HSV(B) | 254.29º | 0.17% | 0.97% | - |
| XYZ | 66.64 | 64.83 | 97 | - |
| YUV | 212.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 247 | 0.13 | 0.17 | 0 | 0.03 | 254.29 | 0.72 | 0.89 |
| Hex | D7 | CD | F7 | D | 11 | 0 | 3 | FE | 48 | 59 |
| Octal | 327 | 315 | 367 | 15 | 21 | 0 | 3 | 376 | 110 | 131 |
| Binary | 11010111 | 11001101 | 11110111 | 1101 | 10001 | 0 | 11 | 11111110 | 1001000 | 1011001 |
Color Harmonies of #D7CDF7
Complementary color
Monochromatic Colors of #D7CDF7
Black with #D7CDF7
Text Example
Text Example
White with #D7CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDF7; }
p { color: rgb(215,205,247); }
H1.HeaderClassName
{
color: #D7CDF7;
}
.AnyTagClassName
{
color: #D7CDF7;
}
</style>
background-color css
<style>
a { background-color: #D7CDF7; }
a { background-color: rgb(215,205,247); }
div.DivClassName
{
background-color: #D7CDF7;
}
.BgClassName
{
background-color: #D7CDF7;
}
</style>
border-color css
<style>
span { border-color: #D7CDF7; }
span { border-color: rgb(215,205,247); }
td.TdClassName
{
border-color: #D7CDF7;
}
.TagClassName
{
border-color: #D7CDF7;
}
</style>