Shades of Fog #DCD5F0
Tints of Fog #DCD5F0
RGB
CMYK
RGB Variations
Color information
#DCD5F0 (or 0xDCD5F0) is known color: Fog. HEX triplet: DC, D5 and F0. RGB value is (220,213,240). Sum of RGB (Red+Green+Blue) = 220+213+240=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5F0 is #232A0F. Grayscale: #DADADA. Windows color (decimal): -2304528 or 15783388. OLE color: 15783388.
HSL color Cylindrical-coordinate representation of color #DCD5F0: hue angle of 255.56º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD5F0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 213 | 240 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.06 |
| HSL | 255.56º | 0.47% | 0.89% | - |
| HSV(B) | 255.56º | 0.11% | 0.94% | - |
| XYZ | 69.04 | 69.1 | 92.14 | - |
| YUV | 218.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 240 | 0.08 | 0.11 | 0 | 0.06 | 255.56 | 0.47 | 0.89 |
| Hex | DC | D5 | F0 | 8 | B | 0 | 6 | 100 | 2F | 59 |
| Octal | 334 | 325 | 360 | 10 | 13 | 0 | 6 | 400 | 57 | 131 |
| Binary | 11011100 | 11010101 | 11110000 | 1000 | 1011 | 0 | 110 | 100000000 | 101111 | 1011001 |
Color Harmonies of #DCD5F0
Complementary color
Monochromatic Colors of #DCD5F0
Black with #DCD5F0
Text Example
Text Example
White with #DCD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5F0; }
p { color: rgb(220,213,240); }
H1.HeaderClassName
{
color: #DCD5F0;
}
.AnyTagClassName
{
color: #DCD5F0;
}
</style>
background-color css
<style>
a { background-color: #DCD5F0; }
a { background-color: rgb(220,213,240); }
div.DivClassName
{
background-color: #DCD5F0;
}
.BgClassName
{
background-color: #DCD5F0;
}
</style>
border-color css
<style>
span { border-color: #DCD5F0; }
span { border-color: rgb(220,213,240); }
td.TdClassName
{
border-color: #DCD5F0;
}
.TagClassName
{
border-color: #DCD5F0;
}
</style>