Html Css Color HEX #DEB9EF Mauve

📋 copy color: '#DEB9EF'

red 222 ◦ green 185 ◦ blue 239

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

Shades of Mauve #DEB9EF

Tints of Mauve #DEB9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37%

R = 34.37%
G = 28.64%
B = 37%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEB9EF (or 0xDEB9EF) is known color: Mauve. HEX triplet: DE, B9 and EF. RGB value is (222,185,239). Sum of RGB (Red+Green+Blue) = 222+185+239=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9EF is #214610. Grayscale: #CACACA. Windows color (decimal): -2180625 or 15710686. OLE color: 15710686.

HSL color Cylindrical-coordinate representation of color #DEB9EF: hue angle of 281.11º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB9EF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 185 239 -
CMYK 0.07 0.23 0 0.06
HSL 281.11º 0.63% 0.83% -
HSV(B) 281.11º 0.23% 0.94% -
XYZ 63.05 56.46 89.24 -
YUV 202.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 222 185 239 0.07 0.23 0 0.06 281.11 0.63 0.83
Hex DE B9 EF 7 17 0 6 119 3F 53
Octal 336 271 357 7 27 0 6 431 77 123
Binary 11011110 10111001 11101111 111 10111 0 110 100011001 111111 1010011

Color Harmonies of #DEB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9EF

Black with #DEB9EF

Text Example


Text Example

White with #DEB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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