Shades of Fog #DCC7FD
Tints of Fog #DCC7FD
RGB
CMYK
RGB Variations
Color information
#DCC7FD (or 0xDCC7FD) is known color: Fog. HEX triplet: DC, C7 and FD. RGB value is (220,199,253). Sum of RGB (Red+Green+Blue) = 220+199+253=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7FD is #233802. Grayscale: #D3D3D3. Windows color (decimal): -2308099 or 16631772. OLE color: 16631772.
HSL color Cylindrical-coordinate representation of color #DCC7FD: hue angle of 263.33º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC7FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 199 | 253 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.01 |
| HSL | 263.33º | 0.93% | 0.89% | - |
| HSV(B) | 263.33º | 0.21% | 0.99% | - |
| XYZ | 67.67 | 63.15 | 101.55 | - |
| YUV | 211.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 253 | 0.13 | 0.21 | 0 | 0.01 | 263.33 | 0.93 | 0.89 |
| Hex | DC | C7 | FD | D | 15 | 0 | 1 | 107 | 5D | 59 |
| Octal | 334 | 307 | 375 | 15 | 25 | 0 | 1 | 407 | 135 | 131 |
| Binary | 11011100 | 11000111 | 11111101 | 1101 | 10101 | 0 | 1 | 100000111 | 1011101 | 1011001 |
Color Harmonies of #DCC7FD
Complementary color
Monochromatic Colors of #DCC7FD
Black with #DCC7FD
Text Example
Text Example
White with #DCC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7FD; }
p { color: rgb(220,199,253); }
H1.HeaderClassName
{
color: #DCC7FD;
}
.AnyTagClassName
{
color: #DCC7FD;
}
</style>
background-color css
<style>
a { background-color: #DCC7FD; }
a { background-color: rgb(220,199,253); }
div.DivClassName
{
background-color: #DCC7FD;
}
.BgClassName
{
background-color: #DCC7FD;
}
</style>
border-color css
<style>
span { border-color: #DCC7FD; }
span { border-color: rgb(220,199,253); }
td.TdClassName
{
border-color: #DCC7FD;
}
.TagClassName
{
border-color: #DCC7FD;
}
</style>