Html Css Color HEX #DEB4FE Mauve

📋 copy color: '#DEB4FE'

red 222 ◦ green 180 ◦ blue 254

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

Shades of Mauve #DEB4FE

Tints of Mauve #DEB4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.44%

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 33.84%
G = 27.44%
B = 38.72%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEB4FE (or 0xDEB4FE) is known color: Mauve. HEX triplet: DE, B4 and FE. RGB value is (222,180,254). Sum of RGB (Red+Green+Blue) = 222+180+254=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FE is #214B01. Grayscale: #C8C8C8. Windows color (decimal): -2181890 or 16692446. OLE color: 16692446.

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

Color convert

RGB 222 180 254 -
CMYK 0.13 0.29 0 0.00
HSL 274.05º 0.97% 0.85% -
HSV(B) 274.05º 0.29% 1% -
XYZ 64.33 55.33 101.05 -
YUV 200.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 222 180 254 0.13 0.29 0 0.00 274.05 0.97 0.85
Hex DE B4 FE D 1D 0 0 112 61 55
Octal 336 264 376 15 35 0 0 422 141 125
Binary 11011110 10110100 11111110 1101 11101 0 0 100010010 1100001 1010101

Color Harmonies of #DEB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB4FE

Black with #DEB4FE

Text Example


Text Example

White with #DEB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB4FE; }

 p { color: rgb(222,180,254); }

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

background-color css

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

 a { background-color: rgb(222,180,254); }

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

border-color css

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

 span { border-color: rgb(222,180,254); }

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