Html Css Color HEX #DEA0FC Mauve

📋 copy color: '#DEA0FC'

red 222 ◦ green 160 ◦ blue 252

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

Shades of Mauve #DEA0FC

Tints of Mauve #DEA0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.24%

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

R = 35.02%
G = 25.24%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEA0FC (or 0xDEA0FC) is known color: Mauve. HEX triplet: DE, A0 and FC. RGB value is (222,160,252). Sum of RGB (Red+Green+Blue) = 222+160+252=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0FC is #215F03. Grayscale: #BCBCBC. Windows color (decimal): -2187012 or 16556254. OLE color: 16556254.

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

Color convert

RGB 222 160 252 -
CMYK 0.12 0.37 0 0.01
HSL 280.43º 0.94% 0.81% -
HSV(B) 280.43º 0.37% 0.99% -
XYZ 60.27 47.7 98.13 -
YUV 189.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 222 160 252 0.12 0.37 0 0.01 280.43 0.94 0.81
Hex DE A0 FC C 25 0 1 118 5E 51
Octal 336 240 374 14 45 0 1 430 136 121
Binary 11011110 10100000 11111100 1100 100101 0 1 100011000 1011110 1010001

Color Harmonies of #DEA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0FC

Black with #DEA0FC

Text Example


Text Example

White with #DEA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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