Html Css Color HEX #DEB0EC Mauve

📋 copy color: '#DEB0EC'

red 222 ◦ green 176 ◦ blue 236

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

Shades of Mauve #DEB0EC

Tints of Mauve #DEB0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 35.02%
G = 27.76%
B = 37.22%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEB0EC (or 0xDEB0EC) is known color: Mauve. HEX triplet: DE, B0 and EC. RGB value is (222,176,236). Sum of RGB (Red+Green+Blue) = 222+176+236=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0EC is #214F13. Grayscale: #C4C4C4. Windows color (decimal): -2182932 or 15511774. OLE color: 15511774.

HSL color Cylindrical-coordinate representation of color #DEB0EC: hue angle of 286º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB0EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 176 236 -
CMYK 0.06 0.25 0 0.07
HSL 286º 0.61% 0.81% -
HSV(B) 286º 0.25% 0.93% -
XYZ 60.79 52.64 86.31 -
YUV 196.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 222 176 236 0.06 0.25 0 0.07 286 0.61 0.81
Hex DE B0 EC 6 19 0 7 11E 3D 51
Octal 336 260 354 6 31 0 7 436 75 121
Binary 11011110 10110000 11101100 110 11001 0 111 100011110 111101 1010001

Color Harmonies of #DEB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0EC

Black with #DEB0EC

Text Example


Text Example

White with #DEB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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