Html Css Color HEX #DEABFB Mauve

📋 copy color: '#DEABFB'

red 222 ◦ green 171 ◦ blue 251

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

Shades of Mauve #DEABFB

Tints of Mauve #DEABFB

RGB

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

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

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

R = 34.47%
G = 26.55%
B = 38.98%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEABFB (or 0xDEABFB) is known color: Mauve. HEX triplet: DE, AB and FB. RGB value is (222,171,251). Sum of RGB (Red+Green+Blue) = 222+171+251=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABFB is #215404. Grayscale: #C3C3C3. Windows color (decimal): -2184197 or 16493534. OLE color: 16493534.

HSL color Cylindrical-coordinate representation of color #DEABFB: hue angle of 278.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEABFB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 171 251 -
CMYK 0.12 0.32 0 0.02
HSL 278.25º 0.91% 0.83% -
HSV(B) 278.25º 0.32% 0.98% -
XYZ 62.1 51.62 97.96 -
YUV 195.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 222 171 251 0.12 0.32 0 0.02 278.25 0.91 0.83
Hex DE AB FB C 20 0 2 116 5B 53
Octal 336 253 373 14 40 0 2 426 133 123
Binary 11011110 10101011 11111011 1100 100000 0 10 100010110 1011011 1010011

Color Harmonies of #DEABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABFB

Black with #DEABFB

Text Example


Text Example

White with #DEABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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