Shades of Fog #DFCAF0
Tints of Fog #DFCAF0
RGB
CMYK
RGB Variations
Color information
#DFCAF0 (or 0xDFCAF0) is known color: Fog. HEX triplet: DF, CA and F0. RGB value is (223,202,240). Sum of RGB (Red+Green+Blue) = 223+202+240=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF0 is #20350F. Grayscale: #D4D4D4. Windows color (decimal): -2110736 or 15780575. OLE color: 15780575.
HSL color Cylindrical-coordinate representation of color #DFCAF0: hue angle of 273.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCAF0 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 202 | 240 | - |
CMYK | 0.07 | 0.16 | 0 | 0.06 |
HSL | 273.16º | 0.56% | 0.87% | - |
HSV(B) | 273.16º | 0.16% | 0.94% | - |
XYZ | 67.28 | 64.22 | 91.29 | - |
YUV | 212.61 | 143.46 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 240 | 0.07 | 0.16 | 0 | 0.06 | 273.16 | 0.56 | 0.87 |
Hex | DF | CA | F0 | 7 | 10 | 0 | 6 | 111 | 38 | 57 |
Octal | 337 | 312 | 360 | 7 | 20 | 0 | 6 | 421 | 70 | 127 |
Binary | 11011111 | 11001010 | 11110000 | 111 | 10000 | 0 | 110 | 100010001 | 111000 | 1010111 |
Color Harmonies of #DFCAF0
Complementary color
Monochromatic Colors of #DFCAF0
Black with #DFCAF0
Text Example
Text Example
White with #DFCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAF0; }
p { color: rgb(223,202,240); }
H1.HeaderClassName
{
color: #DFCAF0;
}
.AnyTagClassName
{
color: #DFCAF0;
}
</style>
background-color css
<style>
a { background-color: #DFCAF0; }
a { background-color: rgb(223,202,240); }
div.DivClassName
{
background-color: #DFCAF0;
}
.BgClassName
{
background-color: #DFCAF0;
}
</style>
border-color css
<style>
span { border-color: #DFCAF0; }
span { border-color: rgb(223,202,240); }
td.TdClassName
{
border-color: #DFCAF0;
}
.TagClassName
{
border-color: #DFCAF0;
}
</style>