Shades of Fog #DCC6FD
Tints of Fog #DCC6FD
RGB
CMYK
RGB Variations
Color information
#DCC6FD (or 0xDCC6FD) is known color: Fog. HEX triplet: DC, C6 and FD. RGB value is (220,198,253). Sum of RGB (Red+Green+Blue) = 220+198+253=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6FD is #233902. Grayscale: #D2D2D2. Windows color (decimal): -2308355 or 16631516. OLE color: 16631516.
HSL color Cylindrical-coordinate representation of color #DCC6FD: hue angle of 264º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC6FD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 198 | 253 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.01 |
| HSL | 264º | 0.93% | 0.88% | - |
| HSV(B) | 264º | 0.22% | 0.99% | - |
| XYZ | 67.44 | 62.7 | 101.48 | - |
| YUV | 210.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 253 | 0.13 | 0.22 | 0 | 0.01 | 264 | 0.93 | 0.88 |
| Hex | DC | C6 | FD | D | 16 | 0 | 1 | 108 | 5D | 58 |
| Octal | 334 | 306 | 375 | 15 | 26 | 0 | 1 | 410 | 135 | 130 |
| Binary | 11011100 | 11000110 | 11111101 | 1101 | 10110 | 0 | 1 | 100001000 | 1011101 | 1011000 |
Color Harmonies of #DCC6FD
Complementary color
Monochromatic Colors of #DCC6FD
Black with #DCC6FD
Text Example
Text Example
White with #DCC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6FD; }
p { color: rgb(220,198,253); }
H1.HeaderClassName
{
color: #DCC6FD;
}
.AnyTagClassName
{
color: #DCC6FD;
}
</style>
background-color css
<style>
a { background-color: #DCC6FD; }
a { background-color: rgb(220,198,253); }
div.DivClassName
{
background-color: #DCC6FD;
}
.BgClassName
{
background-color: #DCC6FD;
}
</style>
border-color css
<style>
span { border-color: #DCC6FD; }
span { border-color: rgb(220,198,253); }
td.TdClassName
{
border-color: #DCC6FD;
}
.TagClassName
{
border-color: #DCC6FD;
}
</style>