Html Css Color HEX #DEA9FD Mauve

📋 copy color: '#DEA9FD'

red 222 ◦ green 169 ◦ blue 253

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

Shades of Mauve #DEA9FD

Tints of Mauve #DEA9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.24%

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 34.47%
G = 26.24%
B = 39.29%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEA9FD (or 0xDEA9FD) is known color: Mauve. HEX triplet: DE, A9 and FD. RGB value is (222,169,253). Sum of RGB (Red+Green+Blue) = 222+169+253=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9FD is #215602. Grayscale: #C2C2C2. Windows color (decimal): -2184707 or 16624094. OLE color: 16624094.

HSL color Cylindrical-coordinate representation of color #DEA9FD: hue angle of 277.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA9FD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 169 253 -
CMYK 0.12 0.33 0 0.01
HSL 277.86º 0.95% 0.83% -
HSV(B) 277.86º 0.33% 0.99% -
XYZ 62.04 51 99.5 -
YUV 194.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 222 169 253 0.12 0.33 0 0.01 277.86 0.95 0.83
Hex DE A9 FD C 21 0 1 116 5F 53
Octal 336 251 375 14 41 0 1 426 137 123
Binary 11011110 10101001 11111101 1100 100001 0 1 100010110 1011111 1010011

Color Harmonies of #DEA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9FD

Black with #DEA9FD

Text Example


Text Example

White with #DEA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9FD; }

 p { color: rgb(222,169,253); }

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

background-color css

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

 a { background-color: rgb(222,169,253); }

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

border-color css

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

 span { border-color: rgb(222,169,253); }

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