Html Css Color HEX #DEAEF9 Mauve

📋 copy color: '#DEAEF9'

red 222 ◦ green 174 ◦ blue 249

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

Shades of Mauve #DEAEF9

Tints of Mauve #DEAEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.98%

 BLUE value IS 249 (97.66% from 255) = 38.6%

R = 34.42%
G = 26.98%
B = 38.6%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEAEF9 (or 0xDEAEF9) is known color: Mauve. HEX triplet: DE, AE and F9. RGB value is (222,174,249). Sum of RGB (Red+Green+Blue) = 222+174+249=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF9 is #215106. Grayscale: #C4C4C4. Windows color (decimal): -2183431 or 16363230. OLE color: 16363230.

HSL color Cylindrical-coordinate representation of color #DEAEF9: hue angle of 278.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAEF9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 174 249 -
CMYK 0.11 0.30 0 0.02
HSL 278.4º 0.86% 0.83% -
HSV(B) 278.4º 0.3% 0.98% -
XYZ 62.36 52.64 96.5 -
YUV 196.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 222 174 249 0.11 0.30 0 0.02 278.4 0.86 0.83
Hex DE AE F9 B 1E 0 2 116 56 53
Octal 336 256 371 13 36 0 2 426 126 123
Binary 11011110 10101110 11111001 1011 11110 0 10 100010110 1010110 1010011

Color Harmonies of #DEAEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEF9

Black with #DEAEF9

Text Example


Text Example

White with #DEAEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEF9; }

 p { color: rgb(222,174,249); }

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

background-color css

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

 a { background-color: rgb(222,174,249); }

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

border-color css

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

 span { border-color: rgb(222,174,249); }

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