Html Css Color HEX #DEABF2 Mauve

📋 copy color: '#DEABF2'

red 222 ◦ green 171 ◦ blue 242

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

Shades of Mauve #DEABF2

Tints of Mauve #DEABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.93%

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 34.96%
G = 26.93%
B = 38.11%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEABF2 (or 0xDEABF2) is known color: Mauve. HEX triplet: DE, AB and F2. RGB value is (222,171,242). Sum of RGB (Red+Green+Blue) = 222+171+242=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF2 is #21540D. Grayscale: #C2C2C2. Windows color (decimal): -2184206 or 15903710. OLE color: 15903710.

HSL color Cylindrical-coordinate representation of color #DEABF2: hue angle of 283.1º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEABF2 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 171 242 -
CMYK 0.08 0.29 0 0.05
HSL 283.1º 0.73% 0.81% -
HSV(B) 283.1º 0.29% 0.95% -
XYZ 60.71 51.07 90.66 -
YUV 194.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 222 171 242 0.08 0.29 0 0.05 283.1 0.73 0.81
Hex DE AB F2 8 1D 0 5 11B 49 51
Octal 336 253 362 10 35 0 5 433 111 121
Binary 11011110 10101011 11110010 1000 11101 0 101 100011011 1001001 1010001

Color Harmonies of #DEABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABF2

Black with #DEABF2

Text Example


Text Example

White with #DEABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABF2; }

 p { color: rgb(222,171,242); }

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

background-color css

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

 a { background-color: rgb(222,171,242); }

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

border-color css

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

 span { border-color: rgb(222,171,242); }

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