Shades of Fog #DFC4F3
Tints of Fog #DFC4F3
RGB
CMYK
RGB Variations
Color information
#DFC4F3 (or 0xDFC4F3) is known color: Fog. HEX triplet: DF, C4 and F3. RGB value is (223,196,243). Sum of RGB (Red+Green+Blue) = 223+196+243=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 196 (76.95% from 255 or 29.61% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4F3 is #203B0C. Grayscale: #D1D1D1. Windows color (decimal): -2112269 or 15975647. OLE color: 15975647.
HSL color Cylindrical-coordinate representation of color #DFC4F3: hue angle of 274.47º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC4F3 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 196 | 243 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.05 |
| HSL | 274.47º | 0.66% | 0.86% | - |
| HSV(B) | 274.47º | 0.19% | 0.95% | - |
| XYZ | 66.35 | 61.64 | 93.19 | - |
| YUV | 209.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 243 | 0.08 | 0.19 | 0 | 0.05 | 274.47 | 0.66 | 0.86 |
| Hex | DF | C4 | F3 | 8 | 13 | 0 | 5 | 112 | 42 | 56 |
| Octal | 337 | 304 | 363 | 10 | 23 | 0 | 5 | 422 | 102 | 126 |
| Binary | 11011111 | 11000100 | 11110011 | 1000 | 10011 | 0 | 101 | 100010010 | 1000010 | 1010110 |
Color Harmonies of #DFC4F3
Complementary color
Monochromatic Colors of #DFC4F3
Black with #DFC4F3
Text Example
Text Example
White with #DFC4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4F3; }
p { color: rgb(223,196,243); }
H1.HeaderClassName
{
color: #DFC4F3;
}
.AnyTagClassName
{
color: #DFC4F3;
}
</style>
background-color css
<style>
a { background-color: #DFC4F3; }
a { background-color: rgb(223,196,243); }
div.DivClassName
{
background-color: #DFC4F3;
}
.BgClassName
{
background-color: #DFC4F3;
}
</style>
border-color css
<style>
span { border-color: #DFC4F3; }
span { border-color: rgb(223,196,243); }
td.TdClassName
{
border-color: #DFC4F3;
}
.TagClassName
{
border-color: #DFC4F3;
}
</style>