Html Css Color HEX #DEA7FB Mauve

📋 copy color: '#DEA7FB'

red 222 ◦ green 167 ◦ blue 251

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

Shades of Mauve #DEA7FB

Tints of Mauve #DEA7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.09%

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

R = 34.69%
G = 26.09%
B = 39.22%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA7FB (or 0xDEA7FB) is known color: Mauve. HEX triplet: DE, A7 and FB. RGB value is (222,167,251). Sum of RGB (Red+Green+Blue) = 222+167+251=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7FB is #215804. Grayscale: #C0C0C0. Windows color (decimal): -2185221 or 16492510. OLE color: 16492510.

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

Color convert

RGB 222 167 251 -
CMYK 0.12 0.33 0 0.02
HSL 279.29º 0.91% 0.82% -
HSV(B) 279.29º 0.33% 0.98% -
XYZ 61.36 50.13 97.71 -
YUV 193.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 222 167 251 0.12 0.33 0 0.02 279.29 0.91 0.82
Hex DE A7 FB C 21 0 2 117 5B 52
Octal 336 247 373 14 41 0 2 427 133 122
Binary 11011110 10100111 11111011 1100 100001 0 10 100010111 1011011 1010010

Color Harmonies of #DEA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7FB

Black with #DEA7FB

Text Example


Text Example

White with #DEA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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