Shades of Fog #DCCFEB
Tints of Fog #DCCFEB
RGB
CMYK
RGB Variations
Color information
#DCCFEB (or 0xDCCFEB) is known color: Fog. HEX triplet: DC, CF and EB. RGB value is (220,207,235). Sum of RGB (Red+Green+Blue) = 220+207+235=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFEB is #233014. Grayscale: #D5D5D5. Windows color (decimal): -2306069 or 15454172. OLE color: 15454172.
HSL color Cylindrical-coordinate representation of color #DCCFEB: hue angle of 267.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCFEB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 207 | 235 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.08 |
| HSL | 267.86º | 0.41% | 0.87% | - |
| HSV(B) | 267.86º | 0.12% | 0.92% | - |
| XYZ | 66.82 | 65.84 | 87.78 | - |
| YUV | 214.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 235 | 0.06 | 0.12 | 0 | 0.08 | 267.86 | 0.41 | 0.87 |
| Hex | DC | CF | EB | 6 | C | 0 | 8 | 10C | 29 | 57 |
| Octal | 334 | 317 | 353 | 6 | 14 | 0 | 10 | 414 | 51 | 127 |
| Binary | 11011100 | 11001111 | 11101011 | 110 | 1100 | 0 | 1000 | 100001100 | 101001 | 1010111 |
Color Harmonies of #DCCFEB
Complementary color
Monochromatic Colors of #DCCFEB
Black with #DCCFEB
Text Example
Text Example
White with #DCCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFEB; }
p { color: rgb(220,207,235); }
H1.HeaderClassName
{
color: #DCCFEB;
}
.AnyTagClassName
{
color: #DCCFEB;
}
</style>
background-color css
<style>
a { background-color: #DCCFEB; }
a { background-color: rgb(220,207,235); }
div.DivClassName
{
background-color: #DCCFEB;
}
.BgClassName
{
background-color: #DCCFEB;
}
</style>
border-color css
<style>
span { border-color: #DCCFEB; }
span { border-color: rgb(220,207,235); }
td.TdClassName
{
border-color: #DCCFEB;
}
.TagClassName
{
border-color: #DCCFEB;
}
</style>