Html Css Color HEX #DEA8FD Mauve

📋 copy color: '#DEA8FD'

red 222 ◦ green 168 ◦ blue 253

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

Shades of Mauve #DEA8FD

Tints of Mauve #DEA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.13%

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

R = 34.53%
G = 26.13%
B = 39.35%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEA8FD (or 0xDEA8FD) is known color: Mauve. HEX triplet: DE, A8 and FD. RGB value is (222,168,253). Sum of RGB (Red+Green+Blue) = 222+168+253=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8FD is #215702. Grayscale: #C1C1C1. Windows color (decimal): -2184963 or 16623838. OLE color: 16623838.

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

Color convert

RGB 222 168 253 -
CMYK 0.12 0.34 0 0.01
HSL 278.12º 0.96% 0.83% -
HSV(B) 278.12º 0.34% 0.99% -
XYZ 61.86 50.63 99.44 -
YUV 193.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 222 168 253 0.12 0.34 0 0.01 278.12 0.96 0.83
Hex DE A8 FD C 22 0 1 116 60 53
Octal 336 250 375 14 42 0 1 426 140 123
Binary 11011110 10101000 11111101 1100 100010 0 1 100010110 1100000 1010011

Color Harmonies of #DEA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8FD

Black with #DEA8FD

Text Example


Text Example

White with #DEA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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