Shades of Fog #D7CFEC
Tints of Fog #D7CFEC
RGB
CMYK
RGB Variations
Color information
#D7CFEC (or 0xD7CFEC) is known color: Fog. HEX triplet: D7, CF and EC. RGB value is (215,207,236). Sum of RGB (Red+Green+Blue) = 215+207+236=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFEC is #283013. Grayscale: #D4D4D4. Windows color (decimal): -2633748 or 15519703. OLE color: 15519703.
HSL color Cylindrical-coordinate representation of color #D7CFEC: hue angle of 256.55º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CFEC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 207 | 236 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.07 |
| HSL | 256.55º | 0.43% | 0.87% | - |
| HSV(B) | 256.55º | 0.12% | 0.93% | - |
| XYZ | 65.48 | 65.13 | 88.48 | - |
| YUV | 212.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 236 | 0.09 | 0.12 | 0 | 0.07 | 256.55 | 0.43 | 0.87 |
| Hex | D7 | CF | EC | 9 | C | 0 | 7 | 101 | 2B | 57 |
| Octal | 327 | 317 | 354 | 11 | 14 | 0 | 7 | 401 | 53 | 127 |
| Binary | 11010111 | 11001111 | 11101100 | 1001 | 1100 | 0 | 111 | 100000001 | 101011 | 1010111 |
Color Harmonies of #D7CFEC
Complementary color
Monochromatic Colors of #D7CFEC
Black with #D7CFEC
Text Example
Text Example
White with #D7CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFEC; }
p { color: rgb(215,207,236); }
H1.HeaderClassName
{
color: #D7CFEC;
}
.AnyTagClassName
{
color: #D7CFEC;
}
</style>
background-color css
<style>
a { background-color: #D7CFEC; }
a { background-color: rgb(215,207,236); }
div.DivClassName
{
background-color: #D7CFEC;
}
.BgClassName
{
background-color: #D7CFEC;
}
</style>
border-color css
<style>
span { border-color: #D7CFEC; }
span { border-color: rgb(215,207,236); }
td.TdClassName
{
border-color: #D7CFEC;
}
.TagClassName
{
border-color: #D7CFEC;
}
</style>