Shades of Fog #DFCDF5
Tints of Fog #DFCDF5
RGB
CMYK
RGB Variations
Color information
#DFCDF5 (or 0xDFCDF5) is known color: Fog. HEX triplet: DF, CD and F5. RGB value is (223,205,245). Sum of RGB (Red+Green+Blue) = 223+205+245=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDF5 is #20320A. Grayscale: #D6D6D6. Windows color (decimal): -2109963 or 16109023. OLE color: 16109023.
HSL color Cylindrical-coordinate representation of color #DFCDF5: hue angle of 267º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCDF5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 205 | 245 | - |
CMYK | 0.09 | 0.16 | 0 | 0.04 |
HSL | 267º | 0.67% | 0.88% | - |
HSV(B) | 267º | 0.16% | 0.96% | - |
XYZ | 68.74 | 65.94 | 95.49 | - |
YUV | 214.94 | 144.96 | 133.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 245 | 0.09 | 0.16 | 0 | 0.04 | 267 | 0.67 | 0.88 |
Hex | DF | CD | F5 | 9 | 10 | 0 | 4 | 10B | 43 | 58 |
Octal | 337 | 315 | 365 | 11 | 20 | 0 | 4 | 413 | 103 | 130 |
Binary | 11011111 | 11001101 | 11110101 | 1001 | 10000 | 0 | 100 | 100001011 | 1000011 | 1011000 |
Color Harmonies of #DFCDF5
Complementary color
Monochromatic Colors of #DFCDF5
Black with #DFCDF5
Text Example
Text Example
White with #DFCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDF5; }
p { color: rgb(223,205,245); }
H1.HeaderClassName
{
color: #DFCDF5;
}
.AnyTagClassName
{
color: #DFCDF5;
}
</style>
background-color css
<style>
a { background-color: #DFCDF5; }
a { background-color: rgb(223,205,245); }
div.DivClassName
{
background-color: #DFCDF5;
}
.BgClassName
{
background-color: #DFCDF5;
}
</style>
border-color css
<style>
span { border-color: #DFCDF5; }
span { border-color: rgb(223,205,245); }
td.TdClassName
{
border-color: #DFCDF5;
}
.TagClassName
{
border-color: #DFCDF5;
}
</style>