Html Css Color HEX #DEA8EF Mauve

📋 copy color: '#DEA8EF'

red 222 ◦ green 168 ◦ blue 239

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

Shades of Mauve #DEA8EF

Tints of Mauve #DEA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.71%

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

R = 35.29%
G = 26.71%
B = 38%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEA8EF (or 0xDEA8EF) is known color: Mauve. HEX triplet: DE, A8 and EF. RGB value is (222,168,239). Sum of RGB (Red+Green+Blue) = 222+168+239=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8EF is #215710. Grayscale: #C0C0C0. Windows color (decimal): -2184977 or 15706334. OLE color: 15706334.

HSL color Cylindrical-coordinate representation of color #DEA8EF: hue angle of 285.63º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA8EF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 168 239 -
CMYK 0.07 0.30 0 0.06
HSL 285.63º 0.69% 0.8% -
HSV(B) 285.63º 0.3% 0.94% -
XYZ 59.71 49.77 88.12 -
YUV 192.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 222 168 239 0.07 0.30 0 0.06 285.63 0.69 0.8
Hex DE A8 EF 7 1E 0 6 11E 45 50
Octal 336 250 357 7 36 0 6 436 105 120
Binary 11011110 10101000 11101111 111 11110 0 110 100011110 1000101 1010000

Color Harmonies of #DEA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8EF

Black with #DEA8EF

Text Example


Text Example

White with #DEA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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