Html Css Color HEX #DEB9FF Mauve

📋 copy color: '#DEB9FF'

red 222 ◦ green 185 ◦ blue 255

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

Shades of Mauve #DEB9FF

Tints of Mauve #DEB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.95%

 BLUE value IS 255 (100% from 255) = 38.52%

R = 33.53%
G = 27.95%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEB9FF (or 0xDEB9FF) is known color: Mauve. HEX triplet: DE, B9 and FF. RGB value is (222,185,255). Sum of RGB (Red+Green+Blue) = 222+185+255=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9FF is #214600. Grayscale: #CBCBCB. Windows color (decimal): -2180609 or 16759262. OLE color: 16759262.

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

Color convert

RGB 222 185 255 -
CMYK 0.13 0.27 0 0
HSL 271.71º 1% 0.86% -
HSV(B) 271.71º 0.27% 1% -
XYZ 65.52 57.45 102.24 -
YUV 204.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 222 185 255 0.13 0.27 0 0 271.71 1 0.86
Hex DE B9 FF D 1B 0 0 110 64 56
Octal 336 271 377 15 33 0 0 420 144 126
Binary 11011110 10111001 11111111 1101 11011 0 0 100010000 1100100 1010110

Color Harmonies of #DEB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9FF

Black with #DEB9FF

Text Example


Text Example

White with #DEB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9FF; }

 p { color: rgb(222,185,255); }

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

background-color css

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

 a { background-color: rgb(222,185,255); }

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

border-color css

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

 span { border-color: rgb(222,185,255); }

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