Html Css Color HEX #DEB5EA Mauve

📋 copy color: '#DEB5EA'

red 222 ◦ green 181 ◦ blue 234

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

Shades of Mauve #DEB5EA

Tints of Mauve #DEB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.41%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 34.85%
G = 28.41%
B = 36.73%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEB5EA (or 0xDEB5EA) is known color: Mauve. HEX triplet: DE, B5 and EA. RGB value is (222,181,234). Sum of RGB (Red+Green+Blue) = 222+181+234=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5EA is #214A15. Grayscale: #C7C7C7. Windows color (decimal): -2181654 or 15381982. OLE color: 15381982.

HSL color Cylindrical-coordinate representation of color #DEB5EA: hue angle of 286.42º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB5EA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 181 234 -
CMYK 0.05 0.23 0 0.08
HSL 286.42º 0.56% 0.81% -
HSV(B) 286.42º 0.23% 0.92% -
XYZ 61.5 54.52 85.12 -
YUV 199.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 222 181 234 0.05 0.23 0 0.08 286.42 0.56 0.81
Hex DE B5 EA 5 17 0 8 11E 38 51
Octal 336 265 352 5 27 0 10 436 70 121
Binary 11011110 10110101 11101010 101 10111 0 1000 100011110 111000 1010001

Color Harmonies of #DEB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5EA

Black with #DEB5EA

Text Example


Text Example

White with #DEB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5EA; }

 p { color: rgb(222,181,234); }

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

background-color css

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

 a { background-color: rgb(222,181,234); }

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

border-color css

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

 span { border-color: rgb(222,181,234); }

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