Html Css Color HEX #DE9EFA Mauve

📋 copy color: '#DE9EFA'

red 222 ◦ green 158 ◦ blue 250

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

Shades of Mauve #DE9EFA

Tints of Mauve #DE9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.08%

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

R = 35.24%
G = 25.08%
B = 39.68%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE9EFA (or 0xDE9EFA) is known color: Mauve. HEX triplet: DE, 9E and FA. RGB value is (222,158,250). Sum of RGB (Red+Green+Blue) = 222+158+250=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EFA is #216105. Grayscale: #BBBBBB. Windows color (decimal): -2187526 or 16424670. OLE color: 16424670.

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

Color convert

RGB 222 158 250 -
CMYK 0.11 0.37 0 0.02
HSL 281.74º 0.9% 0.8% -
HSV(B) 281.74º 0.37% 0.98% -
XYZ 59.61 46.89 96.35 -
YUV 187.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 222 158 250 0.11 0.37 0 0.02 281.74 0.9 0.8
Hex DE 9E FA B 25 0 2 11A 5A 50
Octal 336 236 372 13 45 0 2 432 132 120
Binary 11011110 10011110 11111010 1011 100101 0 10 100011010 1011010 1010000

Color Harmonies of #DE9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9EFA

Black with #DE9EFA

Text Example


Text Example

White with #DE9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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