Shades of Fog #DFC8FD
Tints of Fog #DFC8FD
RGB
CMYK
RGB Variations
Color information
#DFC8FD (or 0xDFC8FD) is known color: Fog. HEX triplet: DF, C8 and FD. RGB value is (223,200,253). Sum of RGB (Red+Green+Blue) = 223+200+253=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8FD is #203702. Grayscale: #D4D4D4. Windows color (decimal): -2111235 or 16632031. OLE color: 16632031.
HSL color Cylindrical-coordinate representation of color #DFC8FD: hue angle of 266.04º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC8FD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 200 | 253 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.01 |
| HSL | 266.04º | 0.93% | 0.89% | - |
| HSV(B) | 266.04º | 0.21% | 0.99% | - |
| XYZ | 68.82 | 64.09 | 101.67 | - |
| YUV | 212.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 253 | 0.12 | 0.21 | 0 | 0.01 | 266.04 | 0.93 | 0.89 |
| Hex | DF | C8 | FD | C | 15 | 0 | 1 | 10A | 5D | 59 |
| Octal | 337 | 310 | 375 | 14 | 25 | 0 | 1 | 412 | 135 | 131 |
| Binary | 11011111 | 11001000 | 11111101 | 1100 | 10101 | 0 | 1 | 100001010 | 1011101 | 1011001 |
Color Harmonies of #DFC8FD
Complementary color
Monochromatic Colors of #DFC8FD
Black with #DFC8FD
Text Example
Text Example
White with #DFC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8FD; }
p { color: rgb(223,200,253); }
H1.HeaderClassName
{
color: #DFC8FD;
}
.AnyTagClassName
{
color: #DFC8FD;
}
</style>
background-color css
<style>
a { background-color: #DFC8FD; }
a { background-color: rgb(223,200,253); }
div.DivClassName
{
background-color: #DFC8FD;
}
.BgClassName
{
background-color: #DFC8FD;
}
</style>
border-color css
<style>
span { border-color: #DFC8FD; }
span { border-color: rgb(223,200,253); }
td.TdClassName
{
border-color: #DFC8FD;
}
.TagClassName
{
border-color: #DFC8FD;
}
</style>