Shades of Fog #DCCEF3
Tints of Fog #DCCEF3
RGB
CMYK
RGB Variations
Color information
#DCCEF3 (or 0xDCCEF3) is known color: Fog. HEX triplet: DC, CE and F3. RGB value is (220,206,243). Sum of RGB (Red+Green+Blue) = 220+206+243=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEF3 is #23310C. Grayscale: #D6D6D6. Windows color (decimal): -2306317 or 15978204. OLE color: 15978204.
HSL color Cylindrical-coordinate representation of color #DCCEF3: hue angle of 262.7º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCEF3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 206 | 243 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.05 |
| HSL | 262.7º | 0.61% | 0.88% | - |
| HSV(B) | 262.7º | 0.15% | 0.95% | - |
| XYZ | 67.76 | 65.83 | 93.93 | - |
| YUV | 214.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 243 | 0.09 | 0.15 | 0 | 0.05 | 262.7 | 0.61 | 0.88 |
| Hex | DC | CE | F3 | 9 | F | 0 | 5 | 107 | 3D | 58 |
| Octal | 334 | 316 | 363 | 11 | 17 | 0 | 5 | 407 | 75 | 130 |
| Binary | 11011100 | 11001110 | 11110011 | 1001 | 1111 | 0 | 101 | 100000111 | 111101 | 1011000 |
Color Harmonies of #DCCEF3
Complementary color
Monochromatic Colors of #DCCEF3
Black with #DCCEF3
Text Example
Text Example
White with #DCCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEF3; }
p { color: rgb(220,206,243); }
H1.HeaderClassName
{
color: #DCCEF3;
}
.AnyTagClassName
{
color: #DCCEF3;
}
</style>
background-color css
<style>
a { background-color: #DCCEF3; }
a { background-color: rgb(220,206,243); }
div.DivClassName
{
background-color: #DCCEF3;
}
.BgClassName
{
background-color: #DCCEF3;
}
</style>
border-color css
<style>
span { border-color: #DCCEF3; }
span { border-color: rgb(220,206,243); }
td.TdClassName
{
border-color: #DCCEF3;
}
.TagClassName
{
border-color: #DCCEF3;
}
</style>