Html Css Color HEX #DEAAEF Mauve

📋 copy color: '#DEAAEF'

red 222 ◦ green 170 ◦ blue 239

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

Shades of Mauve #DEAAEF

Tints of Mauve #DEAAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 35.18%
G = 26.94%
B = 37.88%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEAAEF (or 0xDEAAEF) is known color: Mauve. HEX triplet: DE, AA and EF. RGB value is (222,170,239). Sum of RGB (Red+Green+Blue) = 222+170+239=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAEF is #215510. Grayscale: #C1C1C1. Windows color (decimal): -2184465 or 15706846. OLE color: 15706846.

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

Color convert

RGB 222 170 239 -
CMYK 0.07 0.29 0 0.06
HSL 285.22º 0.68% 0.8% -
HSV(B) 285.22º 0.29% 0.94% -
XYZ 60.08 50.51 88.24 -
YUV 193.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 222 170 239 0.07 0.29 0 0.06 285.22 0.68 0.8
Hex DE AA EF 7 1D 0 6 11D 44 50
Octal 336 252 357 7 35 0 6 435 104 120
Binary 11011110 10101010 11101111 111 11101 0 110 100011101 1000100 1010000

Color Harmonies of #DEAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAEF

Black with #DEAAEF

Text Example


Text Example

White with #DEAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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