Html Css Color HEX #DEA6FB Mauve

📋 copy color: '#DEA6FB'

red 222 ◦ green 166 ◦ blue 251

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

Shades of Mauve #DEA6FB

Tints of Mauve #DEA6FB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

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

R = 34.74%
G = 25.98%
B = 39.28%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA6FB (or 0xDEA6FB) is known color: Mauve. HEX triplet: DE, A6 and FB. RGB value is (222,166,251). Sum of RGB (Red+Green+Blue) = 222+166+251=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6FB is #215904. Grayscale: #C0C0C0. Windows color (decimal): -2185477 or 16492254. OLE color: 16492254.

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

Color convert

RGB 222 166 251 -
CMYK 0.12 0.34 0 0.02
HSL 279.53º 0.91% 0.82% -
HSV(B) 279.53º 0.34% 0.98% -
XYZ 61.17 49.77 97.65 -
YUV 192.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 222 166 251 0.12 0.34 0 0.02 279.53 0.91 0.82
Hex DE A6 FB C 22 0 2 118 5B 52
Octal 336 246 373 14 42 0 2 430 133 122
Binary 11011110 10100110 11111011 1100 100010 0 10 100011000 1011011 1010010

Color Harmonies of #DEA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6FB

Black with #DEA6FB

Text Example


Text Example

White with #DEA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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