Shades of Fog #DCCAFB
Tints of Fog #DCCAFB
RGB
CMYK
RGB Variations
Color information
#DCCAFB (or 0xDCCAFB) is known color: Fog. HEX triplet: DC, CA and FB. RGB value is (220,202,251). Sum of RGB (Red+Green+Blue) = 220+202+251=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCCAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFB is #233504. Grayscale: #D4D4D4. Windows color (decimal): -2307333 or 16501468. OLE color: 16501468.
HSL color Cylindrical-coordinate representation of color #DCCAFB: hue angle of 262.04º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCAFB is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 202 | 251 | - |
CMYK | 0.12 | 0.20 | 0 | 0.02 |
HSL | 262.04º | 0.86% | 0.89% | - |
HSV(B) | 262.04º | 0.2% | 0.98% | - |
XYZ | 68.05 | 64.42 | 100.11 | - |
YUV | 212.97 | 149.46 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 251 | 0.12 | 0.20 | 0 | 0.02 | 262.04 | 0.86 | 0.89 |
Hex | DC | CA | FB | C | 14 | 0 | 2 | 106 | 56 | 59 |
Octal | 334 | 312 | 373 | 14 | 24 | 0 | 2 | 406 | 126 | 131 |
Binary | 11011100 | 11001010 | 11111011 | 1100 | 10100 | 0 | 10 | 100000110 | 1010110 | 1011001 |
Color Harmonies of #DCCAFB
Complementary color
Monochromatic Colors of #DCCAFB
Black with #DCCAFB
Text Example
Text Example
White with #DCCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAFB; }
p { color: rgb(220,202,251); }
H1.HeaderClassName
{
color: #DCCAFB;
}
.AnyTagClassName
{
color: #DCCAFB;
}
</style>
background-color css
<style>
a { background-color: #DCCAFB; }
a { background-color: rgb(220,202,251); }
div.DivClassName
{
background-color: #DCCAFB;
}
.BgClassName
{
background-color: #DCCAFB;
}
</style>
border-color css
<style>
span { border-color: #DCCAFB; }
span { border-color: rgb(220,202,251); }
td.TdClassName
{
border-color: #DCCAFB;
}
.TagClassName
{
border-color: #DCCAFB;
}
</style>