Shades of Fog #DCBEEF
Tints of Fog #DCBEEF
RGB
CMYK
RGB Variations
Color information
#DCBEEF (or 0xDCBEEF) is known color: Fog. HEX triplet: DC, BE and EF. RGB value is (220,190,239). Sum of RGB (Red+Green+Blue) = 220+190+239=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEEF is #234110. Grayscale: #CCCCCC. Windows color (decimal): -2310417 or 15711964. OLE color: 15711964.
HSL color Cylindrical-coordinate representation of color #DCBEEF: hue angle of 276.73º degrees, saturation: 0.6, 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 #DCBEEF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 190 | 239 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 276.73º | 0.6% | 0.84% | - |
| HSV(B) | 276.73º | 0.21% | 0.94% | - |
| XYZ | 63.51 | 58.27 | 89.56 | - |
| YUV | 204.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 239 | 0.08 | 0.21 | 0 | 0.06 | 276.73 | 0.6 | 0.84 |
| Hex | DC | BE | EF | 8 | 15 | 0 | 6 | 115 | 3C | 54 |
| Octal | 334 | 276 | 357 | 10 | 25 | 0 | 6 | 425 | 74 | 124 |
| Binary | 11011100 | 10111110 | 11101111 | 1000 | 10101 | 0 | 110 | 100010101 | 111100 | 1010100 |
Color Harmonies of #DCBEEF
Complementary color
Monochromatic Colors of #DCBEEF
Black with #DCBEEF
Text Example
Text Example
White with #DCBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEEF; }
p { color: rgb(220,190,239); }
H1.HeaderClassName
{
color: #DCBEEF;
}
.AnyTagClassName
{
color: #DCBEEF;
}
</style>
background-color css
<style>
a { background-color: #DCBEEF; }
a { background-color: rgb(220,190,239); }
div.DivClassName
{
background-color: #DCBEEF;
}
.BgClassName
{
background-color: #DCBEEF;
}
</style>
border-color css
<style>
span { border-color: #DCBEEF; }
span { border-color: rgb(220,190,239); }
td.TdClassName
{
border-color: #DCBEEF;
}
.TagClassName
{
border-color: #DCBEEF;
}
</style>