Shades of Fog #DFC7FF
Tints of Fog #DFC7FF
RGB
CMYK
RGB Variations
Color information
#DFC7FF (or 0xDFC7FF) is known color: Fog. HEX triplet: DF, C7 and FF. RGB value is (223,199,255). Sum of RGB (Red+Green+Blue) = 223+199+255=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7FF is #203800. Grayscale: #D4D4D4. Windows color (decimal): -2111489 or 16762847. OLE color: 16762847.
HSL color Cylindrical-coordinate representation of color #DFC7FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC7FF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 199 | 255 | - |
| CMYK | 0.13 | 0.22 | 0 | 0 |
| HSL | 265.71º | 1% | 0.89% | - |
| HSV(B) | 265.71º | 0.22% | 1% | - |
| XYZ | 68.9 | 63.75 | 103.28 | - |
| YUV | 212.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 255 | 0.13 | 0.22 | 0 | 0 | 265.71 | 1 | 0.89 |
| Hex | DF | C7 | FF | D | 16 | 0 | 0 | 10A | 64 | 59 |
| Octal | 337 | 307 | 377 | 15 | 26 | 0 | 0 | 412 | 144 | 131 |
| Binary | 11011111 | 11000111 | 11111111 | 1101 | 10110 | 0 | 0 | 100001010 | 1100100 | 1011001 |
Color Harmonies of #DFC7FF
Complementary color
Monochromatic Colors of #DFC7FF
Black with #DFC7FF
Text Example
Text Example
White with #DFC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7FF; }
p { color: rgb(223,199,255); }
H1.HeaderClassName
{
color: #DFC7FF;
}
.AnyTagClassName
{
color: #DFC7FF;
}
</style>
background-color css
<style>
a { background-color: #DFC7FF; }
a { background-color: rgb(223,199,255); }
div.DivClassName
{
background-color: #DFC7FF;
}
.BgClassName
{
background-color: #DFC7FF;
}
</style>
border-color css
<style>
span { border-color: #DFC7FF; }
span { border-color: rgb(223,199,255); }
td.TdClassName
{
border-color: #DFC7FF;
}
.TagClassName
{
border-color: #DFC7FF;
}
</style>