Shades of Fog #DFCAFE
Tints of Fog #DFCAFE
RGB
CMYK
RGB Variations
Color information
#DFCAFE (or 0xDFCAFE) is known color: Fog. HEX triplet: DF, CA and FE. RGB value is (223,202,254). Sum of RGB (Red+Green+Blue) = 223+202+254=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAFE is #203501. Grayscale: #D6D6D6. Windows color (decimal): -2110722 or 16698079. OLE color: 16698079.
HSL color Cylindrical-coordinate representation of color #DFCAFE: hue angle of 264.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFCAFE is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 202 | 254 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.00 |
| HSL | 264.23º | 0.96% | 0.89% | - |
| HSV(B) | 264.23º | 0.2% | 1% | - |
| XYZ | 69.44 | 65.08 | 102.67 | - |
| YUV | 214.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 254 | 0.12 | 0.20 | 0 | 0.00 | 264.23 | 0.96 | 0.89 |
| Hex | DF | CA | FE | C | 14 | 0 | 0 | 108 | 60 | 59 |
| Octal | 337 | 312 | 376 | 14 | 24 | 0 | 0 | 410 | 140 | 131 |
| Binary | 11011111 | 11001010 | 11111110 | 1100 | 10100 | 0 | 0 | 100001000 | 1100000 | 1011001 |
Color Harmonies of #DFCAFE
Complementary color
Monochromatic Colors of #DFCAFE
Black with #DFCAFE
Text Example
Text Example
White with #DFCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAFE; }
p { color: rgb(223,202,254); }
H1.HeaderClassName
{
color: #DFCAFE;
}
.AnyTagClassName
{
color: #DFCAFE;
}
</style>
background-color css
<style>
a { background-color: #DFCAFE; }
a { background-color: rgb(223,202,254); }
div.DivClassName
{
background-color: #DFCAFE;
}
.BgClassName
{
background-color: #DFCAFE;
}
</style>
border-color css
<style>
span { border-color: #DFCAFE; }
span { border-color: rgb(223,202,254); }
td.TdClassName
{
border-color: #DFCAFE;
}
.TagClassName
{
border-color: #DFCAFE;
}
</style>