Html Css Color HEX #DEAEF0 Mauve

📋 copy color: '#DEAEF0'

red 222 ◦ green 174 ◦ blue 240

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

Shades of Mauve #DEAEF0

Tints of Mauve #DEAEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 34.91%
G = 27.36%
B = 37.74%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEAEF0 (or 0xDEAEF0) is known color: Mauve. HEX triplet: DE, AE and F0. RGB value is (222,174,240). Sum of RGB (Red+Green+Blue) = 222+174+240=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEF0 is #21510F. Grayscale: #C3C3C3. Windows color (decimal): -2183440 or 15773406. OLE color: 15773406.

HSL color Cylindrical-coordinate representation of color #DEAEF0: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEAEF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 174 240 -
CMYK 0.08 0.28 0 0.06
HSL 283.64º 0.69% 0.81% -
HSV(B) 283.64º 0.28% 0.94% -
XYZ 60.99 52.09 89.28 -
YUV 195.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 222 174 240 0.08 0.28 0 0.06 283.64 0.69 0.81
Hex DE AE F0 8 1C 0 6 11C 45 51
Octal 336 256 360 10 34 0 6 434 105 121
Binary 11011110 10101110 11110000 1000 11100 0 110 100011100 1000101 1010001

Color Harmonies of #DEAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEF0

Black with #DEAEF0

Text Example


Text Example

White with #DEAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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