Shades of Fog #DCC5EA
Tints of Fog #DCC5EA
RGB
CMYK
RGB Variations
Color information
#DCC5EA (or 0xDCC5EA) is known color: Fog. HEX triplet: DC, C5 and EA. RGB value is (220,197,234). Sum of RGB (Red+Green+Blue) = 220+197+234=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5EA is #233A15. Grayscale: #CFCFCF. Windows color (decimal): -2308630 or 15386076. OLE color: 15386076.
HSL color Cylindrical-coordinate representation of color #DCC5EA: hue angle of 277.3º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC5EA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 197 | 234 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.08 |
| HSL | 277.3º | 0.47% | 0.85% | - |
| HSV(B) | 277.3º | 0.16% | 0.92% | - |
| XYZ | 64.33 | 61.09 | 86.24 | - |
| YUV | 208.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 234 | 0.06 | 0.16 | 0 | 0.08 | 277.3 | 0.47 | 0.85 |
| Hex | DC | C5 | EA | 6 | 10 | 0 | 8 | 115 | 2F | 55 |
| Octal | 334 | 305 | 352 | 6 | 20 | 0 | 10 | 425 | 57 | 125 |
| Binary | 11011100 | 11000101 | 11101010 | 110 | 10000 | 0 | 1000 | 100010101 | 101111 | 1010101 |
Color Harmonies of #DCC5EA
Complementary color
Monochromatic Colors of #DCC5EA
Black with #DCC5EA
Text Example
Text Example
White with #DCC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5EA; }
p { color: rgb(220,197,234); }
H1.HeaderClassName
{
color: #DCC5EA;
}
.AnyTagClassName
{
color: #DCC5EA;
}
</style>
background-color css
<style>
a { background-color: #DCC5EA; }
a { background-color: rgb(220,197,234); }
div.DivClassName
{
background-color: #DCC5EA;
}
.BgClassName
{
background-color: #DCC5EA;
}
</style>
border-color css
<style>
span { border-color: #DCC5EA; }
span { border-color: rgb(220,197,234); }
td.TdClassName
{
border-color: #DCC5EA;
}
.TagClassName
{
border-color: #DCC5EA;
}
</style>