Html Css Color HEX #DEAEFF Mauve

📋 copy color: '#DEAEFF'

red 222 ◦ green 174 ◦ blue 255

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

Shades of Mauve #DEAEFF

Tints of Mauve #DEAEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.17%

R = 34.1%
G = 26.73%
B = 39.17%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEAEFF (or 0xDEAEFF) is known color: Mauve. HEX triplet: DE, AE and FF. RGB value is (222,174,255). Sum of RGB (Red+Green+Blue) = 222+174+255=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFF is #215100. Grayscale: #C5C5C5. Windows color (decimal): -2183425 or 16756446. OLE color: 16756446.

HSL color Cylindrical-coordinate representation of color #DEAEFF: hue angle of 275.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEAEFF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 174 255 -
CMYK 0.13 0.32 0 0
HSL 275.56º 1% 0.84% -
HSV(B) 275.56º 0.32% 1% -
XYZ 63.31 53.02 101.51 -
YUV 197.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 222 174 255 0.13 0.32 0 0 275.56 1 0.84
Hex DE AE FF D 20 0 0 114 64 54
Octal 336 256 377 15 40 0 0 424 144 124
Binary 11011110 10101110 11111111 1101 100000 0 0 100010100 1100100 1010100

Color Harmonies of #DEAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEFF

Black with #DEAEFF

Text Example


Text Example

White with #DEAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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