Html Css Color HEX #DEB0EA Mauve

📋 copy color: '#DEB0EA'

red 222 ◦ green 176 ◦ blue 234

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

Shades of Mauve #DEB0EA

Tints of Mauve #DEB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.85%

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

R = 35.13%
G = 27.85%
B = 37.03%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEB0EA (or 0xDEB0EA) is known color: Mauve. HEX triplet: DE, B0 and EA. RGB value is (222,176,234). Sum of RGB (Red+Green+Blue) = 222+176+234=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0EA is #214F15. Grayscale: #C4C4C4. Windows color (decimal): -2182934 or 15380702. OLE color: 15380702.

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

Color convert

RGB 222 176 234 -
CMYK 0.05 0.25 0 0.08
HSL 287.59º 0.58% 0.8% -
HSV(B) 287.59º 0.25% 0.92% -
XYZ 60.5 52.52 84.79 -
YUV 196.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 222 176 234 0.05 0.25 0 0.08 287.59 0.58 0.8
Hex DE B0 EA 5 19 0 8 120 3A 50
Octal 336 260 352 5 31 0 10 440 72 120
Binary 11011110 10110000 11101010 101 11001 0 1000 100100000 111010 1010000

Color Harmonies of #DEB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0EA

Black with #DEB0EA

Text Example


Text Example

White with #DEB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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