Shades of Fog #DFC5FD
Tints of Fog #DFC5FD
RGB
CMYK
RGB Variations
Color information
#DFC5FD (or 0xDFC5FD) is known color: Fog. HEX triplet: DF, C5 and FD. RGB value is (223,197,253). Sum of RGB (Red+Green+Blue) = 223+197+253=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5FD is #203A02. Grayscale: #D2D2D2. Windows color (decimal): -2112003 or 16631263. OLE color: 16631263.
HSL color Cylindrical-coordinate representation of color #DFC5FD: hue angle of 267.86º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC5FD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 197 | 253 | - |
CMYK | 0.12 | 0.22 | 0 | 0.01 |
HSL | 267.86º | 0.93% | 0.88% | - |
HSV(B) | 267.86º | 0.22% | 0.99% | - |
XYZ | 68.13 | 62.71 | 101.44 | - |
YUV | 211.16 | 151.61 | 136.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 253 | 0.12 | 0.22 | 0 | 0.01 | 267.86 | 0.93 | 0.88 |
Hex | DF | C5 | FD | C | 16 | 0 | 1 | 10C | 5D | 58 |
Octal | 337 | 305 | 375 | 14 | 26 | 0 | 1 | 414 | 135 | 130 |
Binary | 11011111 | 11000101 | 11111101 | 1100 | 10110 | 0 | 1 | 100001100 | 1011101 | 1011000 |
Color Harmonies of #DFC5FD
Complementary color
Monochromatic Colors of #DFC5FD
Black with #DFC5FD
Text Example
Text Example
White with #DFC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5FD; }
p { color: rgb(223,197,253); }
H1.HeaderClassName
{
color: #DFC5FD;
}
.AnyTagClassName
{
color: #DFC5FD;
}
</style>
background-color css
<style>
a { background-color: #DFC5FD; }
a { background-color: rgb(223,197,253); }
div.DivClassName
{
background-color: #DFC5FD;
}
.BgClassName
{
background-color: #DFC5FD;
}
</style>
border-color css
<style>
span { border-color: #DFC5FD; }
span { border-color: rgb(223,197,253); }
td.TdClassName
{
border-color: #DFC5FD;
}
.TagClassName
{
border-color: #DFC5FD;
}
</style>