Html Css Color HEX #DEAAEC Mauve

📋 copy color: '#DEAAEC'

red 222 ◦ green 170 ◦ blue 236

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

Shades of Mauve #DEAAEC

Tints of Mauve #DEAAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.07%

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 35.35%
G = 27.07%
B = 37.58%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEAAEC (or 0xDEAAEC) is known color: Mauve. HEX triplet: DE, AA and EC. RGB value is (222,170,236). Sum of RGB (Red+Green+Blue) = 222+170+236=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAEC is #215513. Grayscale: #C0C0C0. Windows color (decimal): -2184468 or 15510238. OLE color: 15510238.

HSL color Cylindrical-coordinate representation of color #DEAAEC: hue angle of 287.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAAEC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 170 236 -
CMYK 0.06 0.28 0 0.07
HSL 287.27º 0.63% 0.8% -
HSV(B) 287.27º 0.28% 0.93% -
XYZ 59.64 50.34 85.93 -
YUV 193.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 222 170 236 0.06 0.28 0 0.07 287.27 0.63 0.8
Hex DE AA EC 6 1C 0 7 11F 3F 50
Octal 336 252 354 6 34 0 7 437 77 120
Binary 11011110 10101010 11101100 110 11100 0 111 100011111 111111 1010000

Color Harmonies of #DEAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAEC

Black with #DEAAEC

Text Example


Text Example

White with #DEAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAEC; }

 p { color: rgb(222,170,236); }

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

background-color css

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

 a { background-color: rgb(222,170,236); }

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

border-color css

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

 span { border-color: rgb(222,170,236); }

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