Html Css Color HEX #DEB3FF Mauve

📋 copy color: '#DEB3FF'

red 222 ◦ green 179 ◦ blue 255

#DEB3FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DEB3FF

Tints of Mauve #DEB3FF

RGB

 RED value IS 222 (87.11% from 255) = 33.84%

 GREEN value IS 179 (70.31% from 255) = 27.29%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 33.84%
G = 27.29%
B = 38.87%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEB3FF (or 0xDEB3FF) is known color: Mauve. HEX triplet: DE, B3 and FF. RGB value is (222,179,255). Sum of RGB (Red+Green+Blue) = 222+179+255=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3FF is #214C00. Grayscale: #C8C8C8. Windows color (decimal): -2182145 or 16757726. OLE color: 16757726.

HSL color Cylindrical-coordinate representation of color #DEB3FF: hue angle of 273.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB3FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 179 255 -
CMYK 0.13 0.30 0 0
HSL 273.95º 1% 0.85% -
HSV(B) 273.95º 0.3% 1% -
XYZ 64.29 54.99 101.83 -
YUV 200.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 222 179 255 0.13 0.30 0 0 273.95 1 0.85
Hex DE B3 FF D 1E 0 0 112 64 55
Octal 336 263 377 15 36 0 0 422 144 125
Binary 11011110 10110011 11111111 1101 11110 0 0 100010010 1100100 1010101

Color Harmonies of #DEB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB3FF

Black with #DEB3FF

Text Example


Text Example

White with #DEB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB3FF; }

 p { color: rgb(222,179,255); }

 H1.HeaderClassName
 {
   color: #DEB3FF;
 }
 .AnyTagClassName
 {
   color: #DEB3FF;
 }
</style>

background-color css

<style>
 a { background-color: #DEB3FF; }

 a { background-color: rgb(222,179,255); }

 div.DivClassName
 {
   background-color: #DEB3FF;
 }
 .BgClassName
 {
   background-color: #DEB3FF;
 }
</style>

border-color css

<style>
 span { border-color: #DEB3FF; }

 span { border-color: rgb(222,179,255); }

 td.TdClassName
 {
   border-color: #DEB3FF;
 }
 .TagClassName
 {
   border-color: #DEB3FF;
 }
</style>