Html Css Color HEX #DEAEF6 Mauve

📋 copy color: '#DEAEF6'

red 222 ◦ green 174 ◦ blue 246

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

Shades of Mauve #DEAEF6

Tints of Mauve #DEAEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 34.58%
G = 27.1%
B = 38.32%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEAEF6 (or 0xDEAEF6) is known color: Mauve. HEX triplet: DE, AE and F6. RGB value is (222,174,246). Sum of RGB (Red+Green+Blue) = 222+174+246=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF6 is #215109. Grayscale: #C4C4C4. Windows color (decimal): -2183434 or 16166622. OLE color: 16166622.

HSL color Cylindrical-coordinate representation of color #DEAEF6: hue angle of 280º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAEF6 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 174 246 -
CMYK 0.10 0.29 0 0.04
HSL 280º 0.8% 0.82% -
HSV(B) 280º 0.29% 0.96% -
XYZ 61.89 52.46 94.05 -
YUV 196.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 222 174 246 0.10 0.29 0 0.04 280 0.8 0.82
Hex DE AE F6 A 1D 0 4 118 50 52
Octal 336 256 366 12 35 0 4 430 120 122
Binary 11011110 10101110 11110110 1010 11101 0 100 100011000 1010000 1010010

Color Harmonies of #DEAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEF6

Black with #DEAEF6

Text Example


Text Example

White with #DEAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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