Shades of Fog #DFCAFD
Tints of Fog #DFCAFD
RGB
CMYK
RGB Variations
Color information
#DFCAFD (or 0xDFCAFD) is known color: Fog. HEX triplet: DF, CA and FD. RGB value is (223,202,253). Sum of RGB (Red+Green+Blue) = 223+202+253=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAFD is #203502. Grayscale: #D5D5D5. Windows color (decimal): -2110723 or 16632543. OLE color: 16632543.
HSL color Cylindrical-coordinate representation of color #DFCAFD: hue angle of 264.71º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFCAFD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 202 | 253 | - |
CMYK | 0.12 | 0.20 | 0 | 0.01 |
HSL | 264.71º | 0.93% | 0.89% | - |
HSV(B) | 264.71º | 0.2% | 0.99% | - |
XYZ | 69.28 | 65.02 | 101.83 | - |
YUV | 214.09 | 149.96 | 134.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 253 | 0.12 | 0.20 | 0 | 0.01 | 264.71 | 0.93 | 0.89 |
Hex | DF | CA | FD | C | 14 | 0 | 1 | 109 | 5D | 59 |
Octal | 337 | 312 | 375 | 14 | 24 | 0 | 1 | 411 | 135 | 131 |
Binary | 11011111 | 11001010 | 11111101 | 1100 | 10100 | 0 | 1 | 100001001 | 1011101 | 1011001 |
Color Harmonies of #DFCAFD
Complementary color
Monochromatic Colors of #DFCAFD
Black with #DFCAFD
Text Example
Text Example
White with #DFCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAFD; }
p { color: rgb(223,202,253); }
H1.HeaderClassName
{
color: #DFCAFD;
}
.AnyTagClassName
{
color: #DFCAFD;
}
</style>
background-color css
<style>
a { background-color: #DFCAFD; }
a { background-color: rgb(223,202,253); }
div.DivClassName
{
background-color: #DFCAFD;
}
.BgClassName
{
background-color: #DFCAFD;
}
</style>
border-color css
<style>
span { border-color: #DFCAFD; }
span { border-color: rgb(223,202,253); }
td.TdClassName
{
border-color: #DFCAFD;
}
.TagClassName
{
border-color: #DFCAFD;
}
</style>