Shades of Fog #DCCFF0
Tints of Fog #DCCFF0
RGB
CMYK
RGB Variations
Color information
#DCCFF0 (or 0xDCCFF0) is known color: Fog. HEX triplet: DC, CF and F0. RGB value is (220,207,240). Sum of RGB (Red+Green+Blue) = 220+207+240=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFF0 is #23300F. Grayscale: #D6D6D6. Windows color (decimal): -2306064 or 15781852. OLE color: 15781852.
HSL color Cylindrical-coordinate representation of color #DCCFF0: hue angle of 263.64º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCFF0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 207 | 240 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.06 |
| HSL | 263.64º | 0.52% | 0.88% | - |
| HSV(B) | 263.64º | 0.14% | 0.94% | - |
| XYZ | 67.56 | 66.13 | 91.64 | - |
| YUV | 214.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 240 | 0.08 | 0.14 | 0 | 0.06 | 263.64 | 0.52 | 0.88 |
| Hex | DC | CF | F0 | 8 | E | 0 | 6 | 108 | 34 | 58 |
| Octal | 334 | 317 | 360 | 10 | 16 | 0 | 6 | 410 | 64 | 130 |
| Binary | 11011100 | 11001111 | 11110000 | 1000 | 1110 | 0 | 110 | 100001000 | 110100 | 1011000 |
Color Harmonies of #DCCFF0
Complementary color
Monochromatic Colors of #DCCFF0
Black with #DCCFF0
Text Example
Text Example
White with #DCCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFF0; }
p { color: rgb(220,207,240); }
H1.HeaderClassName
{
color: #DCCFF0;
}
.AnyTagClassName
{
color: #DCCFF0;
}
</style>
background-color css
<style>
a { background-color: #DCCFF0; }
a { background-color: rgb(220,207,240); }
div.DivClassName
{
background-color: #DCCFF0;
}
.BgClassName
{
background-color: #DCCFF0;
}
</style>
border-color css
<style>
span { border-color: #DCCFF0; }
span { border-color: rgb(220,207,240); }
td.TdClassName
{
border-color: #DCCFF0;
}
.TagClassName
{
border-color: #DCCFF0;
}
</style>