Html Css Color HEX #DEB2EF Mauve

📋 copy color: '#DEB2EF'

red 222 ◦ green 178 ◦ blue 239

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

Shades of Mauve #DEB2EF

Tints of Mauve #DEB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.86%

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

R = 34.74%
G = 27.86%
B = 37.4%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEB2EF (or 0xDEB2EF) is known color: Mauve. HEX triplet: DE, B2 and EF. RGB value is (222,178,239). Sum of RGB (Red+Green+Blue) = 222+178+239=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2EF is #214D10. Grayscale: #C5C5C5. Windows color (decimal): -2182417 or 15708894. OLE color: 15708894.

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

Color convert

RGB 222 178 239 -
CMYK 0.07 0.26 0 0.06
HSL 283.28º 0.66% 0.82% -
HSV(B) 283.28º 0.26% 0.94% -
XYZ 61.62 53.6 88.76 -
YUV 198.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 222 178 239 0.07 0.26 0 0.06 283.28 0.66 0.82
Hex DE B2 EF 7 1A 0 6 11B 42 52
Octal 336 262 357 7 32 0 6 433 102 122
Binary 11011110 10110010 11101111 111 11010 0 110 100011011 1000010 1010010

Color Harmonies of #DEB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2EF

Black with #DEB2EF

Text Example


Text Example

White with #DEB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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