Shades of Fog #DFCAFF
Tints of Fog #DFCAFF
RGB
CMYK
RGB Variations
Color information
#DFCAFF (or 0xDFCAFF) is known color: Fog. HEX triplet: DF, CA and FF. RGB value is (223,202,255). Sum of RGB (Red+Green+Blue) = 223+202+255=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAFF is #203500. Grayscale: #D6D6D6. Windows color (decimal): -2110721 or 16763615. OLE color: 16763615.
HSL color Cylindrical-coordinate representation of color #DFCAFF: hue angle of 263.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFCAFF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 202 | 255 | - |
CMYK | 0.13 | 0.21 | 0 | 0 |
HSL | 263.77º | 1% | 0.9% | - |
HSV(B) | 263.77º | 0.21% | 1% | - |
XYZ | 69.6 | 65.15 | 103.51 | - |
YUV | 214.32 | 150.96 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 255 | 0.13 | 0.21 | 0 | 0 | 263.77 | 1 | 0.9 |
Hex | DF | CA | FF | D | 15 | 0 | 0 | 108 | 64 | 5A |
Octal | 337 | 312 | 377 | 15 | 25 | 0 | 0 | 410 | 144 | 132 |
Binary | 11011111 | 11001010 | 11111111 | 1101 | 10101 | 0 | 0 | 100001000 | 1100100 | 1011010 |
Color Harmonies of #DFCAFF
Complementary color
Monochromatic Colors of #DFCAFF
Black with #DFCAFF
Text Example
Text Example
White with #DFCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAFF; }
p { color: rgb(223,202,255); }
H1.HeaderClassName
{
color: #DFCAFF;
}
.AnyTagClassName
{
color: #DFCAFF;
}
</style>
background-color css
<style>
a { background-color: #DFCAFF; }
a { background-color: rgb(223,202,255); }
div.DivClassName
{
background-color: #DFCAFF;
}
.BgClassName
{
background-color: #DFCAFF;
}
</style>
border-color css
<style>
span { border-color: #DFCAFF; }
span { border-color: rgb(223,202,255); }
td.TdClassName
{
border-color: #DFCAFF;
}
.TagClassName
{
border-color: #DFCAFF;
}
</style>