Shades of Fog #D7CDF0
Tints of Fog #D7CDF0
RGB
CMYK
RGB Variations
Color information
#D7CDF0 (or 0xD7CDF0) is known color: Fog. HEX triplet: D7, CD and F0. RGB value is (215,205,240). Sum of RGB (Red+Green+Blue) = 215+205+240=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDF0 is #28320F. Grayscale: #D3D3D3. Windows color (decimal): -2634256 or 15781335. OLE color: 15781335.
HSL color Cylindrical-coordinate representation of color #D7CDF0: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7CDF0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 205 | 240 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.06 |
| HSL | 257.14º | 0.54% | 0.87% | - |
| HSV(B) | 257.14º | 0.15% | 0.94% | - |
| XYZ | 65.58 | 64.4 | 91.41 | - |
| YUV | 211.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 240 | 0.10 | 0.15 | 0 | 0.06 | 257.14 | 0.54 | 0.87 |
| Hex | D7 | CD | F0 | A | F | 0 | 6 | 101 | 36 | 57 |
| Octal | 327 | 315 | 360 | 12 | 17 | 0 | 6 | 401 | 66 | 127 |
| Binary | 11010111 | 11001101 | 11110000 | 1010 | 1111 | 0 | 110 | 100000001 | 110110 | 1010111 |
Color Harmonies of #D7CDF0
Complementary color
Monochromatic Colors of #D7CDF0
Black with #D7CDF0
Text Example
Text Example
White with #D7CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDF0; }
p { color: rgb(215,205,240); }
H1.HeaderClassName
{
color: #D7CDF0;
}
.AnyTagClassName
{
color: #D7CDF0;
}
</style>
background-color css
<style>
a { background-color: #D7CDF0; }
a { background-color: rgb(215,205,240); }
div.DivClassName
{
background-color: #D7CDF0;
}
.BgClassName
{
background-color: #D7CDF0;
}
</style>
border-color css
<style>
span { border-color: #D7CDF0; }
span { border-color: rgb(215,205,240); }
td.TdClassName
{
border-color: #D7CDF0;
}
.TagClassName
{
border-color: #D7CDF0;
}
</style>