Shades of Fog #D7C2EA
Tints of Fog #D7C2EA
RGB
CMYK
RGB Variations
Color information
#D7C2EA (or 0xD7C2EA) is known color: Fog. HEX triplet: D7, C2 and EA. RGB value is (215,194,234). Sum of RGB (Red+Green+Blue) = 215+194+234=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C2EA is #283D15. Grayscale: #CCCCCC. Windows color (decimal): -2637078 or 15385303. OLE color: 15385303.
HSL color Cylindrical-coordinate representation of color #D7C2EA: hue angle of 271.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7C2EA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 194 | 234 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.08 |
| HSL | 271.5º | 0.49% | 0.84% | - |
| HSV(B) | 271.5º | 0.17% | 0.92% | - |
| XYZ | 62.17 | 58.97 | 85.95 | - |
| YUV | 204.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 234 | 0.08 | 0.17 | 0 | 0.08 | 271.5 | 0.49 | 0.84 |
| Hex | D7 | C2 | EA | 8 | 11 | 0 | 8 | 110 | 31 | 54 |
| Octal | 327 | 302 | 352 | 10 | 21 | 0 | 10 | 420 | 61 | 124 |
| Binary | 11010111 | 11000010 | 11101010 | 1000 | 10001 | 0 | 1000 | 100010000 | 110001 | 1010100 |
Color Harmonies of #D7C2EA
Complementary color
Monochromatic Colors of #D7C2EA
Black with #D7C2EA
Text Example
Text Example
White with #D7C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2EA; }
p { color: rgb(215,194,234); }
H1.HeaderClassName
{
color: #D7C2EA;
}
.AnyTagClassName
{
color: #D7C2EA;
}
</style>
background-color css
<style>
a { background-color: #D7C2EA; }
a { background-color: rgb(215,194,234); }
div.DivClassName
{
background-color: #D7C2EA;
}
.BgClassName
{
background-color: #D7C2EA;
}
</style>
border-color css
<style>
span { border-color: #D7C2EA; }
span { border-color: rgb(215,194,234); }
td.TdClassName
{
border-color: #D7C2EA;
}
.TagClassName
{
border-color: #D7C2EA;
}
</style>