Html Css Color HEX #DEA5EF Mauve

📋 copy color: '#DEA5EF'

red 222 ◦ green 165 ◦ blue 239

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

Shades of Mauve #DEA5EF

Tints of Mauve #DEA5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.36%

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

R = 35.46%
G = 26.36%
B = 38.18%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEA5EF (or 0xDEA5EF) is known color: Mauve. HEX triplet: DE, A5 and EF. RGB value is (222,165,239). Sum of RGB (Red+Green+Blue) = 222+165+239=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5EF is #215A10. Grayscale: #BEBEBE. Windows color (decimal): -2185745 or 15705566. OLE color: 15705566.

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

Color convert

RGB 222 165 239 -
CMYK 0.07 0.31 0 0.06
HSL 286.22º 0.7% 0.79% -
HSV(B) 286.22º 0.31% 0.94% -
XYZ 59.16 48.67 87.94 -
YUV 190.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 222 165 239 0.07 0.31 0 0.06 286.22 0.7 0.79
Hex DE A5 EF 7 1F 0 6 11E 46 4F
Octal 336 245 357 7 37 0 6 436 106 117
Binary 11011110 10100101 11101111 111 11111 0 110 100011110 1000110 1001111

Color Harmonies of #DEA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5EF

Black with #DEA5EF

Text Example


Text Example

White with #DEA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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