Shades of Fog #DCBEEE
Tints of Fog #DCBEEE
RGB
CMYK
RGB Variations
Color information
#DCBEEE (or 0xDCBEEE) is known color: Fog. HEX triplet: DC, BE and EE. RGB value is (220,190,238). Sum of RGB (Red+Green+Blue) = 220+190+238=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEEE is #234111. Grayscale: #CCCCCC. Windows color (decimal): -2310418 or 15646428. OLE color: 15646428.
HSL color Cylindrical-coordinate representation of color #DCBEEE: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBEEE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 190 | 238 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.07 |
| HSL | 277.5º | 0.59% | 0.84% | - |
| HSV(B) | 277.5º | 0.2% | 0.93% | - |
| XYZ | 63.36 | 58.22 | 88.79 | - |
| YUV | 204.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 238 | 0.08 | 0.20 | 0 | 0.07 | 277.5 | 0.59 | 0.84 |
| Hex | DC | BE | EE | 8 | 14 | 0 | 7 | 116 | 3B | 54 |
| Octal | 334 | 276 | 356 | 10 | 24 | 0 | 7 | 426 | 73 | 124 |
| Binary | 11011100 | 10111110 | 11101110 | 1000 | 10100 | 0 | 111 | 100010110 | 111011 | 1010100 |
Color Harmonies of #DCBEEE
Complementary color
Monochromatic Colors of #DCBEEE
Black with #DCBEEE
Text Example
Text Example
White with #DCBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEEE; }
p { color: rgb(220,190,238); }
H1.HeaderClassName
{
color: #DCBEEE;
}
.AnyTagClassName
{
color: #DCBEEE;
}
</style>
background-color css
<style>
a { background-color: #DCBEEE; }
a { background-color: rgb(220,190,238); }
div.DivClassName
{
background-color: #DCBEEE;
}
.BgClassName
{
background-color: #DCBEEE;
}
</style>
border-color css
<style>
span { border-color: #DCBEEE; }
span { border-color: rgb(220,190,238); }
td.TdClassName
{
border-color: #DCBEEE;
}
.TagClassName
{
border-color: #DCBEEE;
}
</style>