Shades of Fog #DFC5F2
Tints of Fog #DFC5F2
RGB
CMYK
RGB Variations
Color information
#DFC5F2 (or 0xDFC5F2) is known color: Fog. HEX triplet: DF, C5 and F2. RGB value is (223,197,242). Sum of RGB (Red+Green+Blue) = 223+197+242=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFC5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5F2 is #203A0D. Grayscale: #D1D1D1. Windows color (decimal): -2112014 or 15910367. OLE color: 15910367.
HSL color Cylindrical-coordinate representation of color #DFC5F2: hue angle of 274.67º degrees, saturation: 0.63, 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 #DFC5F2 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 197 | 242 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.05 |
| HSL | 274.67º | 0.63% | 0.86% | - |
| HSV(B) | 274.67º | 0.19% | 0.95% | - |
| XYZ | 66.42 | 62.03 | 92.48 | - |
| YUV | 209.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 242 | 0.08 | 0.19 | 0 | 0.05 | 274.67 | 0.63 | 0.86 |
| Hex | DF | C5 | F2 | 8 | 13 | 0 | 5 | 113 | 3F | 56 |
| Octal | 337 | 305 | 362 | 10 | 23 | 0 | 5 | 423 | 77 | 126 |
| Binary | 11011111 | 11000101 | 11110010 | 1000 | 10011 | 0 | 101 | 100010011 | 111111 | 1010110 |
Color Harmonies of #DFC5F2
Complementary color
Monochromatic Colors of #DFC5F2
Black with #DFC5F2
Text Example
Text Example
White with #DFC5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5F2; }
p { color: rgb(223,197,242); }
H1.HeaderClassName
{
color: #DFC5F2;
}
.AnyTagClassName
{
color: #DFC5F2;
}
</style>
background-color css
<style>
a { background-color: #DFC5F2; }
a { background-color: rgb(223,197,242); }
div.DivClassName
{
background-color: #DFC5F2;
}
.BgClassName
{
background-color: #DFC5F2;
}
</style>
border-color css
<style>
span { border-color: #DFC5F2; }
span { border-color: rgb(223,197,242); }
td.TdClassName
{
border-color: #DFC5F2;
}
.TagClassName
{
border-color: #DFC5F2;
}
</style>