Shades of Fog #DCCFFD
Tints of Fog #DCCFFD
RGB
CMYK
RGB Variations
Color information
#DCCFFD (or 0xDCCFFD) is known color: Fog. HEX triplet: DC, CF and FD. RGB value is (220,207,253). Sum of RGB (Red+Green+Blue) = 220+207+253=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFFD is #233002. Grayscale: #D7D7D7. Windows color (decimal): -2306051 or 16633820. OLE color: 16633820.
HSL color Cylindrical-coordinate representation of color #DCCFFD: hue angle of 256.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCFFD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 207 | 253 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.01 |
| HSL | 256.96º | 0.92% | 0.9% | - |
| HSV(B) | 256.96º | 0.18% | 0.99% | - |
| XYZ | 69.56 | 66.93 | 102.18 | - |
| YUV | 216.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 253 | 0.13 | 0.18 | 0 | 0.01 | 256.96 | 0.92 | 0.9 |
| Hex | DC | CF | FD | D | 12 | 0 | 1 | 101 | 5C | 5A |
| Octal | 334 | 317 | 375 | 15 | 22 | 0 | 1 | 401 | 134 | 132 |
| Binary | 11011100 | 11001111 | 11111101 | 1101 | 10010 | 0 | 1 | 100000001 | 1011100 | 1011010 |
Color Harmonies of #DCCFFD
Complementary color
Monochromatic Colors of #DCCFFD
Black with #DCCFFD
Text Example
Text Example
White with #DCCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFFD; }
p { color: rgb(220,207,253); }
H1.HeaderClassName
{
color: #DCCFFD;
}
.AnyTagClassName
{
color: #DCCFFD;
}
</style>
background-color css
<style>
a { background-color: #DCCFFD; }
a { background-color: rgb(220,207,253); }
div.DivClassName
{
background-color: #DCCFFD;
}
.BgClassName
{
background-color: #DCCFFD;
}
</style>
border-color css
<style>
span { border-color: #DCCFFD; }
span { border-color: rgb(220,207,253); }
td.TdClassName
{
border-color: #DCCFFD;
}
.TagClassName
{
border-color: #DCCFFD;
}
</style>