Shades of Fog #DFCAF2
Tints of Fog #DFCAF2
RGB
CMYK
RGB Variations
Color information
#DFCAF2 (or 0xDFCAF2) is known color: Fog. HEX triplet: DF, CA and F2. RGB value is (223,202,242). Sum of RGB (Red+Green+Blue) = 223+202+242=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF2 is #20350D. Grayscale: #D4D4D4. Windows color (decimal): -2110734 or 15911647. OLE color: 15911647.
HSL color Cylindrical-coordinate representation of color #DFCAF2: hue angle of 271.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFCAF2 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 202 | 242 | - |
CMYK | 0.08 | 0.17 | 0 | 0.05 |
HSL | 271.5º | 0.61% | 0.87% | - |
HSV(B) | 271.5º | 0.17% | 0.95% | - |
XYZ | 67.58 | 64.34 | 92.86 | - |
YUV | 212.84 | 144.46 | 135.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 242 | 0.08 | 0.17 | 0 | 0.05 | 271.5 | 0.61 | 0.87 |
Hex | DF | CA | F2 | 8 | 11 | 0 | 5 | 110 | 3D | 57 |
Octal | 337 | 312 | 362 | 10 | 21 | 0 | 5 | 420 | 75 | 127 |
Binary | 11011111 | 11001010 | 11110010 | 1000 | 10001 | 0 | 101 | 100010000 | 111101 | 1010111 |
Color Harmonies of #DFCAF2
Complementary color
Monochromatic Colors of #DFCAF2
Black with #DFCAF2
Text Example
Text Example
White with #DFCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAF2; }
p { color: rgb(223,202,242); }
H1.HeaderClassName
{
color: #DFCAF2;
}
.AnyTagClassName
{
color: #DFCAF2;
}
</style>
background-color css
<style>
a { background-color: #DFCAF2; }
a { background-color: rgb(223,202,242); }
div.DivClassName
{
background-color: #DFCAF2;
}
.BgClassName
{
background-color: #DFCAF2;
}
</style>
border-color css
<style>
span { border-color: #DFCAF2; }
span { border-color: rgb(223,202,242); }
td.TdClassName
{
border-color: #DFCAF2;
}
.TagClassName
{
border-color: #DFCAF2;
}
</style>