Shades of Fog #DCC6EA
Tints of Fog #DCC6EA
RGB
CMYK
RGB Variations
Color information
#DCC6EA (or 0xDCC6EA) is known color: Fog. HEX triplet: DC, C6 and EA. RGB value is (220,198,234). Sum of RGB (Red+Green+Blue) = 220+198+234=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6EA is #233915. Grayscale: #D0D0D0. Windows color (decimal): -2308374 or 15386332. OLE color: 15386332.
HSL color Cylindrical-coordinate representation of color #DCC6EA: hue angle of 276.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC6EA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 198 | 234 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.08 |
| HSL | 276.67º | 0.46% | 0.85% | - |
| HSV(B) | 276.67º | 0.15% | 0.92% | - |
| XYZ | 64.56 | 61.54 | 86.32 | - |
| YUV | 208.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 234 | 0.06 | 0.15 | 0 | 0.08 | 276.67 | 0.46 | 0.85 |
| Hex | DC | C6 | EA | 6 | F | 0 | 8 | 115 | 2E | 55 |
| Octal | 334 | 306 | 352 | 6 | 17 | 0 | 10 | 425 | 56 | 125 |
| Binary | 11011100 | 11000110 | 11101010 | 110 | 1111 | 0 | 1000 | 100010101 | 101110 | 1010101 |
Color Harmonies of #DCC6EA
Complementary color
Monochromatic Colors of #DCC6EA
Black with #DCC6EA
Text Example
Text Example
White with #DCC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6EA; }
p { color: rgb(220,198,234); }
H1.HeaderClassName
{
color: #DCC6EA;
}
.AnyTagClassName
{
color: #DCC6EA;
}
</style>
background-color css
<style>
a { background-color: #DCC6EA; }
a { background-color: rgb(220,198,234); }
div.DivClassName
{
background-color: #DCC6EA;
}
.BgClassName
{
background-color: #DCC6EA;
}
</style>
border-color css
<style>
span { border-color: #DCC6EA; }
span { border-color: rgb(220,198,234); }
td.TdClassName
{
border-color: #DCC6EA;
}
.TagClassName
{
border-color: #DCC6EA;
}
</style>