Html Css Color HEX #DEA8F1 Mauve

📋 copy color: '#DEA8F1'

red 222 ◦ green 168 ◦ blue 241

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

Shades of Mauve #DEA8F1

Tints of Mauve #DEA8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 35.18%
G = 26.62%
B = 38.19%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEA8F1 (or 0xDEA8F1) is known color: Mauve. HEX triplet: DE, A8 and F1. RGB value is (222,168,241). Sum of RGB (Red+Green+Blue) = 222+168+241=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8F1 is #21570E. Grayscale: #C0C0C0. Windows color (decimal): -2184975 or 15837406. OLE color: 15837406.

HSL color Cylindrical-coordinate representation of color #DEA8F1: hue angle of 284.38º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA8F1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 168 241 -
CMYK 0.08 0.30 0 0.05
HSL 284.38º 0.72% 0.8% -
HSV(B) 284.38º 0.3% 0.95% -
XYZ 60 49.89 89.69 -
YUV 192.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 222 168 241 0.08 0.30 0 0.05 284.38 0.72 0.8
Hex DE A8 F1 8 1E 0 5 11C 48 50
Octal 336 250 361 10 36 0 5 434 110 120
Binary 11011110 10101000 11110001 1000 11110 0 101 100011100 1001000 1010000

Color Harmonies of #DEA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8F1

Black with #DEA8F1

Text Example


Text Example

White with #DEA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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