Shades of Fog #DFCAF5
Tints of Fog #DFCAF5
RGB
CMYK
RGB Variations
Color information
#DFCAF5 (or 0xDFCAF5) is known color: Fog. HEX triplet: DF, CA and F5. RGB value is (223,202,245). Sum of RGB (Red+Green+Blue) = 223+202+245=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF5 is #20350A. Grayscale: #D5D5D5. Windows color (decimal): -2110731 or 16108255. OLE color: 16108255.
HSL color Cylindrical-coordinate representation of color #DFCAF5: hue angle of 269.3º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFCAF5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 202 | 245 | - |
CMYK | 0.09 | 0.18 | 0 | 0.04 |
HSL | 269.3º | 0.68% | 0.88% | - |
HSV(B) | 269.3º | 0.18% | 0.96% | - |
XYZ | 68.03 | 64.52 | 95.25 | - |
YUV | 213.18 | 145.96 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 245 | 0.09 | 0.18 | 0 | 0.04 | 269.3 | 0.68 | 0.88 |
Hex | DF | CA | F5 | 9 | 12 | 0 | 4 | 10D | 44 | 58 |
Octal | 337 | 312 | 365 | 11 | 22 | 0 | 4 | 415 | 104 | 130 |
Binary | 11011111 | 11001010 | 11110101 | 1001 | 10010 | 0 | 100 | 100001101 | 1000100 | 1011000 |
Color Harmonies of #DFCAF5
Complementary color
Monochromatic Colors of #DFCAF5
Black with #DFCAF5
Text Example
Text Example
White with #DFCAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAF5; }
p { color: rgb(223,202,245); }
H1.HeaderClassName
{
color: #DFCAF5;
}
.AnyTagClassName
{
color: #DFCAF5;
}
</style>
background-color css
<style>
a { background-color: #DFCAF5; }
a { background-color: rgb(223,202,245); }
div.DivClassName
{
background-color: #DFCAF5;
}
.BgClassName
{
background-color: #DFCAF5;
}
</style>
border-color css
<style>
span { border-color: #DFCAF5; }
span { border-color: rgb(223,202,245); }
td.TdClassName
{
border-color: #DFCAF5;
}
.TagClassName
{
border-color: #DFCAF5;
}
</style>