Html Css Color HEX #DEABFE Mauve

📋 copy color: '#DEABFE'

red 222 ◦ green 171 ◦ blue 254

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

Shades of Mauve #DEABFE

Tints of Mauve #DEABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 34.31%
G = 26.43%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEABFE (or 0xDEABFE) is known color: Mauve. HEX triplet: DE, AB and FE. RGB value is (222,171,254). Sum of RGB (Red+Green+Blue) = 222+171+254=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABFE is #215401. Grayscale: #C3C3C3. Windows color (decimal): -2184194 or 16690142. OLE color: 16690142.

HSL color Cylindrical-coordinate representation of color #DEABFE: hue angle of 276.87º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEABFE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 171 254 -
CMYK 0.13 0.33 0 0.00
HSL 276.87º 0.98% 0.83% -
HSV(B) 276.87º 0.33% 1% -
XYZ 62.58 51.81 100.47 -
YUV 195.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 222 171 254 0.13 0.33 0 0.00 276.87 0.98 0.83
Hex DE AB FE D 21 0 0 115 62 53
Octal 336 253 376 15 41 0 0 425 142 123
Binary 11011110 10101011 11111110 1101 100001 0 0 100010101 1100010 1010011

Color Harmonies of #DEABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABFE

Black with #DEABFE

Text Example


Text Example

White with #DEABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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