Html Css Color HEX #DEABF0 Mauve

📋 copy color: '#DEABF0'

red 222 ◦ green 171 ◦ blue 240

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

Shades of Mauve #DEABF0

Tints of Mauve #DEABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 35.07%
G = 27.01%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEABF0 (or 0xDEABF0) is known color: Mauve. HEX triplet: DE, AB and F0. RGB value is (222,171,240). Sum of RGB (Red+Green+Blue) = 222+171+240=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF0 is #21540F. Grayscale: #C1C1C1. Windows color (decimal): -2184208 or 15772638. OLE color: 15772638.

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

Color convert

RGB 222 171 240 -
CMYK 0.08 0.29 0 0.06
HSL 284.35º 0.7% 0.81% -
HSV(B) 284.35º 0.29% 0.94% -
XYZ 60.42 50.95 89.09 -
YUV 194.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 222 171 240 0.08 0.29 0 0.06 284.35 0.7 0.81
Hex DE AB F0 8 1D 0 6 11C 46 51
Octal 336 253 360 10 35 0 6 434 106 121
Binary 11011110 10101011 11110000 1000 11101 0 110 100011100 1000110 1010001

Color Harmonies of #DEABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABF0

Black with #DEABF0

Text Example


Text Example

White with #DEABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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