Shades of Fog #DCBEF1
Tints of Fog #DCBEF1
RGB
CMYK
RGB Variations
Color information
#DCBEF1 (or 0xDCBEF1) is known color: Fog. HEX triplet: DC, BE and F1. RGB value is (220,190,241). Sum of RGB (Red+Green+Blue) = 220+190+241=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF1 is #23410E. Grayscale: #CCCCCC. Windows color (decimal): -2310415 or 15843036. OLE color: 15843036.
HSL color Cylindrical-coordinate representation of color #DCBEF1: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBEF1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 190 | 241 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 275.29º | 0.65% | 0.85% | - |
| HSV(B) | 275.29º | 0.21% | 0.95% | - |
| XYZ | 63.81 | 58.39 | 91.13 | - |
| YUV | 204.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 241 | 0.09 | 0.21 | 0 | 0.05 | 275.29 | 0.65 | 0.85 |
| Hex | DC | BE | F1 | 9 | 15 | 0 | 5 | 113 | 41 | 55 |
| Octal | 334 | 276 | 361 | 11 | 25 | 0 | 5 | 423 | 101 | 125 |
| Binary | 11011100 | 10111110 | 11110001 | 1001 | 10101 | 0 | 101 | 100010011 | 1000001 | 1010101 |
Color Harmonies of #DCBEF1
Complementary color
Monochromatic Colors of #DCBEF1
Black with #DCBEF1
Text Example
Text Example
White with #DCBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEF1; }
p { color: rgb(220,190,241); }
H1.HeaderClassName
{
color: #DCBEF1;
}
.AnyTagClassName
{
color: #DCBEF1;
}
</style>
background-color css
<style>
a { background-color: #DCBEF1; }
a { background-color: rgb(220,190,241); }
div.DivClassName
{
background-color: #DCBEF1;
}
.BgClassName
{
background-color: #DCBEF1;
}
</style>
border-color css
<style>
span { border-color: #DCBEF1; }
span { border-color: rgb(220,190,241); }
td.TdClassName
{
border-color: #DCBEF1;
}
.TagClassName
{
border-color: #DCBEF1;
}
</style>