Html Css Color HEX #DEA4FC Mauve

📋 copy color: '#DEA4FC'

red 222 ◦ green 164 ◦ blue 252

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

Shades of Mauve #DEA4FC

Tints of Mauve #DEA4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.5%

R = 34.8%
G = 25.71%
B = 39.5%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEA4FC (or 0xDEA4FC) is known color: Mauve. HEX triplet: DE, A4 and FC. RGB value is (222,164,252). Sum of RGB (Red+Green+Blue) = 222+164+252=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4FC is #215B03. Grayscale: #BFBFBF. Windows color (decimal): -2185988 or 16557278. OLE color: 16557278.

HSL color Cylindrical-coordinate representation of color #DEA4FC: hue angle of 279.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA4FC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 164 252 -
CMYK 0.12 0.35 0 0.01
HSL 279.55º 0.94% 0.82% -
HSV(B) 279.55º 0.35% 0.99% -
XYZ 60.97 49.11 98.36 -
YUV 191.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 222 164 252 0.12 0.35 0 0.01 279.55 0.94 0.82
Hex DE A4 FC C 23 0 1 118 5E 52
Octal 336 244 374 14 43 0 1 430 136 122
Binary 11011110 10100100 11111100 1100 100011 0 1 100011000 1011110 1010010

Color Harmonies of #DEA4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA4FC

Black with #DEA4FC

Text Example


Text Example

White with #DEA4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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