Shades of Fog #DCBEF0
Tints of Fog #DCBEF0
RGB
CMYK
RGB Variations
Color information
#DCBEF0 (or 0xDCBEF0) is known color: Fog. HEX triplet: DC, BE and F0. RGB value is (220,190,240). Sum of RGB (Red+Green+Blue) = 220+190+240=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF0 is #23410F. Grayscale: #CCCCCC. Windows color (decimal): -2310416 or 15777500. OLE color: 15777500.
HSL color Cylindrical-coordinate representation of color #DCBEF0: hue angle of 276º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBEF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 190 | 240 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 276º | 0.63% | 0.84% | - |
| HSV(B) | 276º | 0.21% | 0.94% | - |
| XYZ | 63.66 | 58.33 | 90.34 | - |
| YUV | 204.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 240 | 0.08 | 0.21 | 0 | 0.06 | 276 | 0.63 | 0.84 |
| Hex | DC | BE | F0 | 8 | 15 | 0 | 6 | 114 | 3E | 54 |
| Octal | 334 | 276 | 360 | 10 | 25 | 0 | 6 | 424 | 76 | 124 |
| Binary | 11011100 | 10111110 | 11110000 | 1000 | 10101 | 0 | 110 | 100010100 | 111110 | 1010100 |
Color Harmonies of #DCBEF0
Complementary color
Monochromatic Colors of #DCBEF0
Black with #DCBEF0
Text Example
Text Example
White with #DCBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF0; }
p { color: rgb(220,190,240); }
H1.HeaderClassName
{
color: #DCBEF0;
}
.AnyTagClassName
{
color: #DCBEF0;
}
</style>
background-color css
<style>
a { background-color: #DCBEF0; }
a { background-color: rgb(220,190,240); }
div.DivClassName
{
background-color: #DCBEF0;
}
.BgClassName
{
background-color: #DCBEF0;
}
</style>
border-color css
<style>
span { border-color: #DCBEF0; }
span { border-color: rgb(220,190,240); }
td.TdClassName
{
border-color: #DCBEF0;
}
.TagClassName
{
border-color: #DCBEF0;
}
</style>