Html Css Color HEX #DE9FFB Mauve

📋 copy color: '#DE9FFB'

red 222 ◦ green 159 ◦ blue 251

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

Shades of Mauve #DE9FFB

Tints of Mauve #DE9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.16%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 35.13%
G = 25.16%
B = 39.72%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE9FFB (or 0xDE9FFB) is known color: Mauve. HEX triplet: DE, 9F and FB. RGB value is (222,159,251). Sum of RGB (Red+Green+Blue) = 222+159+251=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FFB is #216004. Grayscale: #BCBCBC. Windows color (decimal): -2187269 or 16490462. OLE color: 16490462.

HSL color Cylindrical-coordinate representation of color #DE9FFB: hue angle of 281.09º degrees, saturation: 0.92, 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 #DE9FFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 159 251 -
CMYK 0.12 0.37 0 0.02
HSL 281.09º 0.92% 0.8% -
HSV(B) 281.09º 0.37% 0.98% -
XYZ 59.93 47.29 97.24 -
YUV 188.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 222 159 251 0.12 0.37 0 0.02 281.09 0.92 0.8
Hex DE 9F FB C 25 0 2 119 5C 50
Octal 336 237 373 14 45 0 2 431 134 120
Binary 11011110 10011111 11111011 1100 100101 0 10 100011001 1011100 1010000

Color Harmonies of #DE9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9FFB

Black with #DE9FFB

Text Example


Text Example

White with #DE9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9FFB; }

 p { color: rgb(222,159,251); }

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

background-color css

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

 a { background-color: rgb(222,159,251); }

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

border-color css

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

 span { border-color: rgb(222,159,251); }

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