Html Css Color HEX #DEAEEE Mauve

📋 copy color: '#DEAEEE'

red 222 ◦ green 174 ◦ blue 238

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

Shades of Mauve #DEAEEE

Tints of Mauve #DEAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 35.02%
G = 27.44%
B = 37.54%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEAEEE (or 0xDEAEEE) is known color: Mauve. HEX triplet: DE, AE and EE. RGB value is (222,174,238). Sum of RGB (Red+Green+Blue) = 222+174+238=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEEE is #215111. Grayscale: #C3C3C3. Windows color (decimal): -2183442 or 15642334. OLE color: 15642334.

HSL color Cylindrical-coordinate representation of color #DEAEEE: hue angle of 285º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEAEEE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 174 238 -
CMYK 0.07 0.27 0 0.07
HSL 285º 0.65% 0.81% -
HSV(B) 285º 0.27% 0.93% -
XYZ 60.69 51.97 87.72 -
YUV 195.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 222 174 238 0.07 0.27 0 0.07 285 0.65 0.81
Hex DE AE EE 7 1B 0 7 11D 41 51
Octal 336 256 356 7 33 0 7 435 101 121
Binary 11011110 10101110 11101110 111 11011 0 111 100011101 1000001 1010001

Color Harmonies of #DEAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEEE

Black with #DEAEEE

Text Example


Text Example

White with #DEAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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