Html Css Color HEX #DEB8EA Mauve

📋 copy color: '#DEB8EA'

red 222 ◦ green 184 ◦ blue 234

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

Shades of Mauve #DEB8EA

Tints of Mauve #DEB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

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

R = 34.69%
G = 28.75%
B = 36.56%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEB8EA (or 0xDEB8EA) is known color: Mauve. HEX triplet: DE, B8 and EA. RGB value is (222,184,234). Sum of RGB (Red+Green+Blue) = 222+184+234=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8EA is #214715. Grayscale: #C8C8C8. Windows color (decimal): -2180886 or 15382750. OLE color: 15382750.

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

Color convert

RGB 222 184 234 -
CMYK 0.05 0.21 0 0.08
HSL 285.6º 0.54% 0.82% -
HSV(B) 285.6º 0.21% 0.92% -
XYZ 62.12 55.75 85.33 -
YUV 201.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 222 184 234 0.05 0.21 0 0.08 285.6 0.54 0.82
Hex DE B8 EA 5 15 0 8 11E 36 52
Octal 336 270 352 5 25 0 10 436 66 122
Binary 11011110 10111000 11101010 101 10101 0 1000 100011110 110110 1010010

Color Harmonies of #DEB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB8EA

Black with #DEB8EA

Text Example


Text Example

White with #DEB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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