Shades of Fog #DCC3EA
Tints of Fog #DCC3EA
RGB
CMYK
RGB Variations
Color information
#DCC3EA (or 0xDCC3EA) is known color: Fog. HEX triplet: DC, C3 and EA. RGB value is (220,195,234). Sum of RGB (Red+Green+Blue) = 220+195+234=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3EA is #233C15. Grayscale: #CECECE. Windows color (decimal): -2309142 or 15385564. OLE color: 15385564.
HSL color Cylindrical-coordinate representation of color #DCC3EA: hue angle of 278.46º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC3EA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 195 | 234 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.08 |
| HSL | 278.46º | 0.48% | 0.84% | - |
| HSV(B) | 278.46º | 0.17% | 0.92% | - |
| XYZ | 63.88 | 60.19 | 86.09 | - |
| YUV | 206.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 234 | 0.06 | 0.17 | 0 | 0.08 | 278.46 | 0.48 | 0.84 |
| Hex | DC | C3 | EA | 6 | 11 | 0 | 8 | 116 | 30 | 54 |
| Octal | 334 | 303 | 352 | 6 | 21 | 0 | 10 | 426 | 60 | 124 |
| Binary | 11011100 | 11000011 | 11101010 | 110 | 10001 | 0 | 1000 | 100010110 | 110000 | 1010100 |
Color Harmonies of #DCC3EA
Complementary color
Monochromatic Colors of #DCC3EA
Black with #DCC3EA
Text Example
Text Example
White with #DCC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3EA; }
p { color: rgb(220,195,234); }
H1.HeaderClassName
{
color: #DCC3EA;
}
.AnyTagClassName
{
color: #DCC3EA;
}
</style>
background-color css
<style>
a { background-color: #DCC3EA; }
a { background-color: rgb(220,195,234); }
div.DivClassName
{
background-color: #DCC3EA;
}
.BgClassName
{
background-color: #DCC3EA;
}
</style>
border-color css
<style>
span { border-color: #DCC3EA; }
span { border-color: rgb(220,195,234); }
td.TdClassName
{
border-color: #DCC3EA;
}
.TagClassName
{
border-color: #DCC3EA;
}
</style>