Shades of Fog #DCBEEA
Tints of Fog #DCBEEA
RGB
CMYK
RGB Variations
Color information
#DCBEEA (or 0xDCBEEA) is known color: Fog. HEX triplet: DC, BE and EA. RGB value is (220,190,234). Sum of RGB (Red+Green+Blue) = 220+190+234=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEEA is #234115. Grayscale: #CBCBCB. Windows color (decimal): -2310422 or 15384284. OLE color: 15384284.
HSL color Cylindrical-coordinate representation of color #DCBEEA: hue angle of 280.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBEEA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 190 | 234 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.08 |
| HSL | 280.91º | 0.51% | 0.83% | - |
| HSV(B) | 280.91º | 0.19% | 0.92% | - |
| XYZ | 62.78 | 57.98 | 85.72 | - |
| YUV | 203.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 234 | 0.06 | 0.19 | 0 | 0.08 | 280.91 | 0.51 | 0.83 |
| Hex | DC | BE | EA | 6 | 13 | 0 | 8 | 119 | 33 | 53 |
| Octal | 334 | 276 | 352 | 6 | 23 | 0 | 10 | 431 | 63 | 123 |
| Binary | 11011100 | 10111110 | 11101010 | 110 | 10011 | 0 | 1000 | 100011001 | 110011 | 1010011 |
Color Harmonies of #DCBEEA
Complementary color
Monochromatic Colors of #DCBEEA
Black with #DCBEEA
Text Example
Text Example
White with #DCBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEEA; }
p { color: rgb(220,190,234); }
H1.HeaderClassName
{
color: #DCBEEA;
}
.AnyTagClassName
{
color: #DCBEEA;
}
</style>
background-color css
<style>
a { background-color: #DCBEEA; }
a { background-color: rgb(220,190,234); }
div.DivClassName
{
background-color: #DCBEEA;
}
.BgClassName
{
background-color: #DCBEEA;
}
</style>
border-color css
<style>
span { border-color: #DCBEEA; }
span { border-color: rgb(220,190,234); }
td.TdClassName
{
border-color: #DCBEEA;
}
.TagClassName
{
border-color: #DCBEEA;
}
</style>