Html Css Color HEX #DEA4FA Mauve

📋 copy color: '#DEA4FA'

red 222 ◦ green 164 ◦ blue 250

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

Shades of Mauve #DEA4FA

Tints of Mauve #DEA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.79%

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 34.91%
G = 25.79%
B = 39.31%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA4FA (or 0xDEA4FA) is known color: Mauve. HEX triplet: DE, A4 and FA. RGB value is (222,164,250). Sum of RGB (Red+Green+Blue) = 222+164+250=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4FA is #215B05. Grayscale: #BEBEBE. Windows color (decimal): -2185990 or 16426206. OLE color: 16426206.

HSL color Cylindrical-coordinate representation of color #DEA4FA: hue angle of 280.47º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEA4FA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 164 250 -
CMYK 0.11 0.34 0 0.02
HSL 280.47º 0.9% 0.81% -
HSV(B) 280.47º 0.34% 0.98% -
XYZ 60.65 48.98 96.7 -
YUV 191.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 222 164 250 0.11 0.34 0 0.02 280.47 0.9 0.81
Hex DE A4 FA B 22 0 2 118 5A 51
Octal 336 244 372 13 42 0 2 430 132 121
Binary 11011110 10100100 11111010 1011 100010 0 10 100011000 1011010 1010001

Color Harmonies of #DEA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA4FA

Black with #DEA4FA

Text Example


Text Example

White with #DEA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA4FA; }

 p { color: rgb(222,164,250); }

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

background-color css

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

 a { background-color: rgb(222,164,250); }

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

border-color css

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

 span { border-color: rgb(222,164,250); }

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