Html Css Color HEX #DEB8FE Mauve

📋 copy color: '#DEB8FE'

red 222 ◦ green 184 ◦ blue 254

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

Shades of Mauve #DEB8FE

Tints of Mauve #DEB8FE

RGB

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

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

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

R = 33.64%
G = 27.88%
B = 38.48%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEB8FE (or 0xDEB8FE) is known color: Mauve. HEX triplet: DE, B8 and FE. RGB value is (222,184,254). Sum of RGB (Red+Green+Blue) = 222+184+254=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8FE is #214701. Grayscale: #CBCBCB. Windows color (decimal): -2180866 or 16693470. OLE color: 16693470.

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

Color convert

RGB 222 184 254 -
CMYK 0.13 0.28 0 0.00
HSL 272.57º 0.97% 0.86% -
HSV(B) 272.57º 0.28% 1% -
XYZ 65.15 56.97 101.33 -
YUV 203.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 222 184 254 0.13 0.28 0 0.00 272.57 0.97 0.86
Hex DE B8 FE D 1C 0 0 111 61 56
Octal 336 270 376 15 34 0 0 421 141 126
Binary 11011110 10111000 11111110 1101 11100 0 0 100010001 1100001 1010110

Color Harmonies of #DEB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB8FE

Black with #DEB8FE

Text Example


Text Example

White with #DEB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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