Shades of Fog #DCD1EA
Tints of Fog #DCD1EA
RGB
CMYK
RGB Variations
Color information
#DCD1EA (or 0xDCD1EA) is known color: Fog. HEX triplet: DC, D1 and EA. RGB value is (220,209,234). Sum of RGB (Red+Green+Blue) = 220+209+234=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1EA is #232E15. Grayscale: #D7D7D7. Windows color (decimal): -2305558 or 15389148. OLE color: 15389148.
HSL color Cylindrical-coordinate representation of color #DCD1EA: hue angle of 266.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD1EA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 209 | 234 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.08 |
| HSL | 266.4º | 0.37% | 0.87% | - |
| HSV(B) | 266.4º | 0.11% | 0.92% | - |
| XYZ | 67.17 | 66.76 | 87.19 | - |
| YUV | 215.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 234 | 0.06 | 0.11 | 0 | 0.08 | 266.4 | 0.37 | 0.87 |
| Hex | DC | D1 | EA | 6 | B | 0 | 8 | 10A | 25 | 57 |
| Octal | 334 | 321 | 352 | 6 | 13 | 0 | 10 | 412 | 45 | 127 |
| Binary | 11011100 | 11010001 | 11101010 | 110 | 1011 | 0 | 1000 | 100001010 | 100101 | 1010111 |
Color Harmonies of #DCD1EA
Complementary color
Monochromatic Colors of #DCD1EA
Black with #DCD1EA
Text Example
Text Example
White with #DCD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1EA; }
p { color: rgb(220,209,234); }
H1.HeaderClassName
{
color: #DCD1EA;
}
.AnyTagClassName
{
color: #DCD1EA;
}
</style>
background-color css
<style>
a { background-color: #DCD1EA; }
a { background-color: rgb(220,209,234); }
div.DivClassName
{
background-color: #DCD1EA;
}
.BgClassName
{
background-color: #DCD1EA;
}
</style>
border-color css
<style>
span { border-color: #DCD1EA; }
span { border-color: rgb(220,209,234); }
td.TdClassName
{
border-color: #DCD1EA;
}
.TagClassName
{
border-color: #DCD1EA;
}
</style>