Shades of Fog #DFCFF5
Tints of Fog #DFCFF5
RGB
CMYK
RGB Variations
Color information
#DFCFF5 (or 0xDFCFF5) is known color: Fog. HEX triplet: DF, CF and F5. RGB value is (223,207,245). Sum of RGB (Red+Green+Blue) = 223+207+245=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF5 is #20300A. Grayscale: #D7D7D7. Windows color (decimal): -2109451 or 16109535. OLE color: 16109535.
HSL color Cylindrical-coordinate representation of color #DFCFF5: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCFF5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 207 | 245 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 265.26º | 0.66% | 0.89% | - |
| HSV(B) | 265.26º | 0.16% | 0.96% | - |
| XYZ | 69.23 | 66.91 | 95.65 | - |
| YUV | 216.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 245 | 0.09 | 0.16 | 0 | 0.04 | 265.26 | 0.66 | 0.89 |
| Hex | DF | CF | F5 | 9 | 10 | 0 | 4 | 109 | 42 | 59 |
| Octal | 337 | 317 | 365 | 11 | 20 | 0 | 4 | 411 | 102 | 131 |
| Binary | 11011111 | 11001111 | 11110101 | 1001 | 10000 | 0 | 100 | 100001001 | 1000010 | 1011001 |
Color Harmonies of #DFCFF5
Complementary color
Monochromatic Colors of #DFCFF5
Black with #DFCFF5
Text Example
Text Example
White with #DFCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFF5; }
p { color: rgb(223,207,245); }
H1.HeaderClassName
{
color: #DFCFF5;
}
.AnyTagClassName
{
color: #DFCFF5;
}
</style>
background-color css
<style>
a { background-color: #DFCFF5; }
a { background-color: rgb(223,207,245); }
div.DivClassName
{
background-color: #DFCFF5;
}
.BgClassName
{
background-color: #DFCFF5;
}
</style>
border-color css
<style>
span { border-color: #DFCFF5; }
span { border-color: rgb(223,207,245); }
td.TdClassName
{
border-color: #DFCFF5;
}
.TagClassName
{
border-color: #DFCFF5;
}
</style>