Shades of Mauve #DEC1FB
Tints of Mauve #DEC1FB
RGB
CMYK
RGB Variations
Color information
#DEC1FB (or 0xDEC1FB) is known color: Mauve. HEX triplet: DE, C1 and FB. RGB value is (222,193,251). Sum of RGB (Red+Green+Blue) = 222+193+251=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FB is #213E04. Grayscale: #D0D0D0. Windows color (decimal): -2178565 or 16499166. OLE color: 16499166.
HSL color Cylindrical-coordinate representation of color #DEC1FB: hue angle of 270º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC1FB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 193 | 251 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.02 |
| HSL | 270º | 0.88% | 0.87% | - |
| HSV(B) | 270º | 0.23% | 0.98% | - |
| XYZ | 66.61 | 60.63 | 99.46 | - |
| YUV | 208.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 251 | 0.12 | 0.23 | 0 | 0.02 | 270 | 0.88 | 0.87 |
| Hex | DE | C1 | FB | C | 17 | 0 | 2 | 10E | 58 | 57 |
| Octal | 336 | 301 | 373 | 14 | 27 | 0 | 2 | 416 | 130 | 127 |
| Binary | 11011110 | 11000001 | 11111011 | 1100 | 10111 | 0 | 10 | 100001110 | 1011000 | 1010111 |
Color Harmonies of #DEC1FB
Complementary color
Monochromatic Colors of #DEC1FB
Black with #DEC1FB
Text Example
Text Example
White with #DEC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1FB; }
p { color: rgb(222,193,251); }
H1.HeaderClassName
{
color: #DEC1FB;
}
.AnyTagClassName
{
color: #DEC1FB;
}
</style>
background-color css
<style>
a { background-color: #DEC1FB; }
a { background-color: rgb(222,193,251); }
div.DivClassName
{
background-color: #DEC1FB;
}
.BgClassName
{
background-color: #DEC1FB;
}
</style>
border-color css
<style>
span { border-color: #DEC1FB; }
span { border-color: rgb(222,193,251); }
td.TdClassName
{
border-color: #DEC1FB;
}
.TagClassName
{
border-color: #DEC1FB;
}
</style>