Shades of Fog #DCC8FD
Tints of Fog #DCC8FD
RGB
CMYK
RGB Variations
Color information
#DCC8FD (or 0xDCC8FD) is known color: Fog. HEX triplet: DC, C8 and FD. RGB value is (220,200,253). Sum of RGB (Red+Green+Blue) = 220+200+253=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8FD is #233702. Grayscale: #D3D3D3. Windows color (decimal): -2307843 or 16632028. OLE color: 16632028.
HSL color Cylindrical-coordinate representation of color #DCC8FD: hue angle of 262.64º 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 #DCC8FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 200 | 253 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.01 |
| HSL | 262.64º | 0.93% | 0.89% | - |
| HSV(B) | 262.64º | 0.21% | 0.99% | - |
| XYZ | 67.9 | 63.62 | 101.63 | - |
| YUV | 212.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 253 | 0.13 | 0.21 | 0 | 0.01 | 262.64 | 0.93 | 0.89 |
| Hex | DC | C8 | FD | D | 15 | 0 | 1 | 107 | 5D | 59 |
| Octal | 334 | 310 | 375 | 15 | 25 | 0 | 1 | 407 | 135 | 131 |
| Binary | 11011100 | 11001000 | 11111101 | 1101 | 10101 | 0 | 1 | 100000111 | 1011101 | 1011001 |
Color Harmonies of #DCC8FD
Complementary color
Monochromatic Colors of #DCC8FD
Black with #DCC8FD
Text Example
Text Example
White with #DCC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8FD; }
p { color: rgb(220,200,253); }
H1.HeaderClassName
{
color: #DCC8FD;
}
.AnyTagClassName
{
color: #DCC8FD;
}
</style>
background-color css
<style>
a { background-color: #DCC8FD; }
a { background-color: rgb(220,200,253); }
div.DivClassName
{
background-color: #DCC8FD;
}
.BgClassName
{
background-color: #DCC8FD;
}
</style>
border-color css
<style>
span { border-color: #DCC8FD; }
span { border-color: rgb(220,200,253); }
td.TdClassName
{
border-color: #DCC8FD;
}
.TagClassName
{
border-color: #DCC8FD;
}
</style>