Shades of Fog #DFC7F3
Tints of Fog #DFC7F3
RGB
CMYK
RGB Variations
Color information
#DFC7F3 (or 0xDFC7F3) is known color: Fog. HEX triplet: DF, C7 and F3. RGB value is (223,199,243). Sum of RGB (Red+Green+Blue) = 223+199+243=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFC7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7F3 is #20380C. Grayscale: #D3D3D3. Windows color (decimal): -2111501 or 15976415. OLE color: 15976415.
HSL color Cylindrical-coordinate representation of color #DFC7F3: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC7F3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 199 | 243 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.05 |
| HSL | 272.73º | 0.65% | 0.87% | - |
| HSV(B) | 272.73º | 0.18% | 0.95% | - |
| XYZ | 67.03 | 63.01 | 93.42 | - |
| YUV | 211.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 243 | 0.08 | 0.18 | 0 | 0.05 | 272.73 | 0.65 | 0.87 |
| Hex | DF | C7 | F3 | 8 | 12 | 0 | 5 | 111 | 41 | 57 |
| Octal | 337 | 307 | 363 | 10 | 22 | 0 | 5 | 421 | 101 | 127 |
| Binary | 11011111 | 11000111 | 11110011 | 1000 | 10010 | 0 | 101 | 100010001 | 1000001 | 1010111 |
Color Harmonies of #DFC7F3
Complementary color
Monochromatic Colors of #DFC7F3
Black with #DFC7F3
Text Example
Text Example
White with #DFC7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7F3; }
p { color: rgb(223,199,243); }
H1.HeaderClassName
{
color: #DFC7F3;
}
.AnyTagClassName
{
color: #DFC7F3;
}
</style>
background-color css
<style>
a { background-color: #DFC7F3; }
a { background-color: rgb(223,199,243); }
div.DivClassName
{
background-color: #DFC7F3;
}
.BgClassName
{
background-color: #DFC7F3;
}
</style>
border-color css
<style>
span { border-color: #DFC7F3; }
span { border-color: rgb(223,199,243); }
td.TdClassName
{
border-color: #DFC7F3;
}
.TagClassName
{
border-color: #DFC7F3;
}
</style>