Shades of Fog #DCCAFE
Tints of Fog #DCCAFE
RGB
CMYK
RGB Variations
Color information
#DCCAFE (or 0xDCCAFE) is known color: Fog. HEX triplet: DC, CA and FE. RGB value is (220,202,254). Sum of RGB (Red+Green+Blue) = 220+202+254=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFE is #233501. Grayscale: #D5D5D5. Windows color (decimal): -2307330 or 16698076. OLE color: 16698076.
HSL color Cylindrical-coordinate representation of color #DCCAFE: hue angle of 260.77º 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 #DCCAFE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 202 | 254 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.00 |
| HSL | 260.77º | 0.96% | 0.89% | - |
| HSV(B) | 260.77º | 0.2% | 1% | - |
| XYZ | 68.53 | 64.61 | 102.63 | - |
| YUV | 213.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 254 | 0.13 | 0.20 | 0 | 0.00 | 260.77 | 0.96 | 0.89 |
| Hex | DC | CA | FE | D | 14 | 0 | 0 | 105 | 60 | 59 |
| Octal | 334 | 312 | 376 | 15 | 24 | 0 | 0 | 405 | 140 | 131 |
| Binary | 11011100 | 11001010 | 11111110 | 1101 | 10100 | 0 | 0 | 100000101 | 1100000 | 1011001 |
Color Harmonies of #DCCAFE
Complementary color
Monochromatic Colors of #DCCAFE
Black with #DCCAFE
Text Example
Text Example
White with #DCCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAFE; }
p { color: rgb(220,202,254); }
H1.HeaderClassName
{
color: #DCCAFE;
}
.AnyTagClassName
{
color: #DCCAFE;
}
</style>
background-color css
<style>
a { background-color: #DCCAFE; }
a { background-color: rgb(220,202,254); }
div.DivClassName
{
background-color: #DCCAFE;
}
.BgClassName
{
background-color: #DCCAFE;
}
</style>
border-color css
<style>
span { border-color: #DCCAFE; }
span { border-color: rgb(220,202,254); }
td.TdClassName
{
border-color: #DCCAFE;
}
.TagClassName
{
border-color: #DCCAFE;
}
</style>