Shades of Fog #DFC5FE
Tints of Fog #DFC5FE
RGB
CMYK
RGB Variations
Color information
#DFC5FE (or 0xDFC5FE) is known color: Fog. HEX triplet: DF, C5 and FE. RGB value is (223,197,254). Sum of RGB (Red+Green+Blue) = 223+197+254=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5FE is #203A01. Grayscale: #D3D3D3. Windows color (decimal): -2112002 or 16696799. OLE color: 16696799.
HSL color Cylindrical-coordinate representation of color #DFC5FE: hue angle of 267.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC5FE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 197 | 254 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.00 |
| HSL | 267.37º | 0.97% | 0.88% | - |
| HSV(B) | 267.37º | 0.22% | 1% | - |
| XYZ | 68.29 | 62.78 | 102.28 | - |
| YUV | 211.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 254 | 0.12 | 0.22 | 0 | 0.00 | 267.37 | 0.97 | 0.88 |
| Hex | DF | C5 | FE | C | 16 | 0 | 0 | 10B | 61 | 58 |
| Octal | 337 | 305 | 376 | 14 | 26 | 0 | 0 | 413 | 141 | 130 |
| Binary | 11011111 | 11000101 | 11111110 | 1100 | 10110 | 0 | 0 | 100001011 | 1100001 | 1011000 |
Color Harmonies of #DFC5FE
Complementary color
Monochromatic Colors of #DFC5FE
Black with #DFC5FE
Text Example
Text Example
White with #DFC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5FE; }
p { color: rgb(223,197,254); }
H1.HeaderClassName
{
color: #DFC5FE;
}
.AnyTagClassName
{
color: #DFC5FE;
}
</style>
background-color css
<style>
a { background-color: #DFC5FE; }
a { background-color: rgb(223,197,254); }
div.DivClassName
{
background-color: #DFC5FE;
}
.BgClassName
{
background-color: #DFC5FE;
}
</style>
border-color css
<style>
span { border-color: #DFC5FE; }
span { border-color: rgb(223,197,254); }
td.TdClassName
{
border-color: #DFC5FE;
}
.TagClassName
{
border-color: #DFC5FE;
}
</style>