Shades of Fog #DCCAFF
Tints of Fog #DCCAFF
RGB
CMYK
RGB Variations
Color information
#DCCAFF (or 0xDCCAFF) is known color: Fog. HEX triplet: DC, CA and FF. RGB value is (220,202,255). Sum of RGB (Red+Green+Blue) = 220+202+255=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAFF is #233500. Grayscale: #D5D5D5. Windows color (decimal): -2307329 or 16763612. OLE color: 16763612.
HSL color Cylindrical-coordinate representation of color #DCCAFF: hue angle of 260.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCAFF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 202 | 255 | - |
| CMYK | 0.14 | 0.21 | 0 | 0 |
| HSL | 260.38º | 1% | 0.9% | - |
| HSV(B) | 260.38º | 0.21% | 1% | - |
| XYZ | 68.69 | 64.68 | 103.47 | - |
| YUV | 213.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 255 | 0.14 | 0.21 | 0 | 0 | 260.38 | 1 | 0.9 |
| Hex | DC | CA | FF | E | 15 | 0 | 0 | 104 | 64 | 5A |
| Octal | 334 | 312 | 377 | 16 | 25 | 0 | 0 | 404 | 144 | 132 |
| Binary | 11011100 | 11001010 | 11111111 | 1110 | 10101 | 0 | 0 | 100000100 | 1100100 | 1011010 |
Color Harmonies of #DCCAFF
Complementary color
Monochromatic Colors of #DCCAFF
Black with #DCCAFF
Text Example
Text Example
White with #DCCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAFF; }
p { color: rgb(220,202,255); }
H1.HeaderClassName
{
color: #DCCAFF;
}
.AnyTagClassName
{
color: #DCCAFF;
}
</style>
background-color css
<style>
a { background-color: #DCCAFF; }
a { background-color: rgb(220,202,255); }
div.DivClassName
{
background-color: #DCCAFF;
}
.BgClassName
{
background-color: #DCCAFF;
}
</style>
border-color css
<style>
span { border-color: #DCCAFF; }
span { border-color: rgb(220,202,255); }
td.TdClassName
{
border-color: #DCCAFF;
}
.TagClassName
{
border-color: #DCCAFF;
}
</style>