Shades of Fog #DCCEFB
Tints of Fog #DCCEFB
RGB
CMYK
RGB Variations
Color information
#DCCEFB (or 0xDCCEFB) is known color: Fog. HEX triplet: DC, CE and FB. RGB value is (220,206,251). Sum of RGB (Red+Green+Blue) = 220+206+251=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCCEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEFB is #233104. Grayscale: #D7D7D7. Windows color (decimal): -2306309 or 16502492. OLE color: 16502492.
HSL color Cylindrical-coordinate representation of color #DCCEFB: hue angle of 258.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCEFB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 206 | 251 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 258.67º | 0.85% | 0.9% | - |
| HSV(B) | 258.67º | 0.18% | 0.98% | - |
| XYZ | 69 | 66.32 | 100.43 | - |
| YUV | 215.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 251 | 0.12 | 0.18 | 0 | 0.02 | 258.67 | 0.85 | 0.9 |
| Hex | DC | CE | FB | C | 12 | 0 | 2 | 103 | 55 | 5A |
| Octal | 334 | 316 | 373 | 14 | 22 | 0 | 2 | 403 | 125 | 132 |
| Binary | 11011100 | 11001110 | 11111011 | 1100 | 10010 | 0 | 10 | 100000011 | 1010101 | 1011010 |
Color Harmonies of #DCCEFB
Complementary color
Monochromatic Colors of #DCCEFB
Black with #DCCEFB
Text Example
Text Example
White with #DCCEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEFB; }
p { color: rgb(220,206,251); }
H1.HeaderClassName
{
color: #DCCEFB;
}
.AnyTagClassName
{
color: #DCCEFB;
}
</style>
background-color css
<style>
a { background-color: #DCCEFB; }
a { background-color: rgb(220,206,251); }
div.DivClassName
{
background-color: #DCCEFB;
}
.BgClassName
{
background-color: #DCCEFB;
}
</style>
border-color css
<style>
span { border-color: #DCCEFB; }
span { border-color: rgb(220,206,251); }
td.TdClassName
{
border-color: #DCCEFB;
}
.TagClassName
{
border-color: #DCCEFB;
}
</style>