Shades of Fog #D7CDF2
Tints of Fog #D7CDF2
RGB
CMYK
RGB Variations
Color information
#D7CDF2 (or 0xD7CDF2) is known color: Fog. HEX triplet: D7, CD and F2. RGB value is (215,205,242). Sum of RGB (Red+Green+Blue) = 215+205+242=662 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.48% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDF2 is #28320D. Grayscale: #D4D4D4. Windows color (decimal): -2634254 or 15912407. OLE color: 15912407.
HSL color Cylindrical-coordinate representation of color #D7CDF2: hue angle of 256.22º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7CDF2 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 205 | 242 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.05 |
| HSL | 256.22º | 0.59% | 0.88% | - |
| HSV(B) | 256.22º | 0.15% | 0.95% | - |
| XYZ | 65.88 | 64.52 | 92.99 | - |
| YUV | 212.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 242 | 0.11 | 0.15 | 0 | 0.05 | 256.22 | 0.59 | 0.88 |
| Hex | D7 | CD | F2 | B | F | 0 | 5 | 100 | 3B | 58 |
| Octal | 327 | 315 | 362 | 13 | 17 | 0 | 5 | 400 | 73 | 130 |
| Binary | 11010111 | 11001101 | 11110010 | 1011 | 1111 | 0 | 101 | 100000000 | 111011 | 1011000 |
Color Harmonies of #D7CDF2
Complementary color
Monochromatic Colors of #D7CDF2
Black with #D7CDF2
Text Example
Text Example
White with #D7CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDF2; }
p { color: rgb(215,205,242); }
H1.HeaderClassName
{
color: #D7CDF2;
}
.AnyTagClassName
{
color: #D7CDF2;
}
</style>
background-color css
<style>
a { background-color: #D7CDF2; }
a { background-color: rgb(215,205,242); }
div.DivClassName
{
background-color: #D7CDF2;
}
.BgClassName
{
background-color: #D7CDF2;
}
</style>
border-color css
<style>
span { border-color: #D7CDF2; }
span { border-color: rgb(215,205,242); }
td.TdClassName
{
border-color: #D7CDF2;
}
.TagClassName
{
border-color: #D7CDF2;
}
</style>