Shades of Mauve #DEBFF3
Tints of Mauve #DEBFF3
RGB
CMYK
RGB Variations
Color information
#DEBFF3 (or 0xDEBFF3) is known color: Mauve. HEX triplet: DE, BF and F3. RGB value is (222,191,243). Sum of RGB (Red+Green+Blue) = 222+191+243=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF3 is #21400C. Grayscale: #CECECE. Windows color (decimal): -2179085 or 15974366. OLE color: 15974366.
HSL color Cylindrical-coordinate representation of color #DEBFF3: hue angle of 275.77º degrees, saturation: 0.68, 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 #DEBFF3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 191 | 243 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 275.77º | 0.68% | 0.85% | - |
| HSV(B) | 275.77º | 0.21% | 0.95% | - |
| XYZ | 64.93 | 59.26 | 92.81 | - |
| YUV | 206.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 243 | 0.09 | 0.21 | 0 | 0.05 | 275.77 | 0.68 | 0.85 |
| Hex | DE | BF | F3 | 9 | 15 | 0 | 5 | 114 | 44 | 55 |
| Octal | 336 | 277 | 363 | 11 | 25 | 0 | 5 | 424 | 104 | 125 |
| Binary | 11011110 | 10111111 | 11110011 | 1001 | 10101 | 0 | 101 | 100010100 | 1000100 | 1010101 |
Color Harmonies of #DEBFF3
Complementary color
Monochromatic Colors of #DEBFF3
Black with #DEBFF3
Text Example
Text Example
White with #DEBFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFF3; }
p { color: rgb(222,191,243); }
H1.HeaderClassName
{
color: #DEBFF3;
}
.AnyTagClassName
{
color: #DEBFF3;
}
</style>
background-color css
<style>
a { background-color: #DEBFF3; }
a { background-color: rgb(222,191,243); }
div.DivClassName
{
background-color: #DEBFF3;
}
.BgClassName
{
background-color: #DEBFF3;
}
</style>
border-color css
<style>
span { border-color: #DEBFF3; }
span { border-color: rgb(222,191,243); }
td.TdClassName
{
border-color: #DEBFF3;
}
.TagClassName
{
border-color: #DEBFF3;
}
</style>