Shades of Fog #D7CFF1
Tints of Fog #D7CFF1
RGB
CMYK
RGB Variations
Color information
#D7CFF1 (or 0xD7CFF1) is known color: Fog. HEX triplet: D7, CF and F1. RGB value is (215,207,241). Sum of RGB (Red+Green+Blue) = 215+207+241=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFF1 is #28300E. Grayscale: #D5D5D5. Windows color (decimal): -2633743 or 15847383. OLE color: 15847383.
HSL color Cylindrical-coordinate representation of color #D7CFF1: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7CFF1 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 207 | 241 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.05 |
| HSL | 254.12º | 0.55% | 0.88% | - |
| HSV(B) | 254.12º | 0.14% | 0.95% | - |
| XYZ | 66.21 | 65.42 | 92.36 | - |
| YUV | 213.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 241 | 0.11 | 0.14 | 0 | 0.05 | 254.12 | 0.55 | 0.88 |
| Hex | D7 | CF | F1 | B | E | 0 | 5 | FE | 37 | 58 |
| Octal | 327 | 317 | 361 | 13 | 16 | 0 | 5 | 376 | 67 | 130 |
| Binary | 11010111 | 11001111 | 11110001 | 1011 | 1110 | 0 | 101 | 11111110 | 110111 | 1011000 |
Color Harmonies of #D7CFF1
Complementary color
Monochromatic Colors of #D7CFF1
Black with #D7CFF1
Text Example
Text Example
White with #D7CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFF1; }
p { color: rgb(215,207,241); }
H1.HeaderClassName
{
color: #D7CFF1;
}
.AnyTagClassName
{
color: #D7CFF1;
}
</style>
background-color css
<style>
a { background-color: #D7CFF1; }
a { background-color: rgb(215,207,241); }
div.DivClassName
{
background-color: #D7CFF1;
}
.BgClassName
{
background-color: #D7CFF1;
}
</style>
border-color css
<style>
span { border-color: #D7CFF1; }
span { border-color: rgb(215,207,241); }
td.TdClassName
{
border-color: #D7CFF1;
}
.TagClassName
{
border-color: #D7CFF1;
}
</style>