Shades of Fog #DCCDF5
Tints of Fog #DCCDF5
RGB
CMYK
RGB Variations
Color information
#DCCDF5 (or 0xDCCDF5) is known color: Fog. HEX triplet: DC, CD and F5. RGB value is (220,205,245). Sum of RGB (Red+Green+Blue) = 220+205+245=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDF5 is #23320A. Grayscale: #D5D5D5. Windows color (decimal): -2306571 or 16109020. OLE color: 16109020.
HSL color Cylindrical-coordinate representation of color #DCCDF5: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCDF5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 205 | 245 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 262.5º | 0.67% | 0.88% | - |
| HSV(B) | 262.5º | 0.16% | 0.96% | - |
| XYZ | 67.83 | 65.47 | 95.45 | - |
| YUV | 214.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 245 | 0.10 | 0.16 | 0 | 0.04 | 262.5 | 0.67 | 0.88 |
| Hex | DC | CD | F5 | A | 10 | 0 | 4 | 106 | 43 | 58 |
| Octal | 334 | 315 | 365 | 12 | 20 | 0 | 4 | 406 | 103 | 130 |
| Binary | 11011100 | 11001101 | 11110101 | 1010 | 10000 | 0 | 100 | 100000110 | 1000011 | 1011000 |
Color Harmonies of #DCCDF5
Complementary color
Monochromatic Colors of #DCCDF5
Black with #DCCDF5
Text Example
Text Example
White with #DCCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDF5; }
p { color: rgb(220,205,245); }
H1.HeaderClassName
{
color: #DCCDF5;
}
.AnyTagClassName
{
color: #DCCDF5;
}
</style>
background-color css
<style>
a { background-color: #DCCDF5; }
a { background-color: rgb(220,205,245); }
div.DivClassName
{
background-color: #DCCDF5;
}
.BgClassName
{
background-color: #DCCDF5;
}
</style>
border-color css
<style>
span { border-color: #DCCDF5; }
span { border-color: rgb(220,205,245); }
td.TdClassName
{
border-color: #DCCDF5;
}
.TagClassName
{
border-color: #DCCDF5;
}
</style>