Html Css Color HEX #D4AEEB Mauve

📋 copy color: '#D4AEEB'

red 212 ◦ green 174 ◦ blue 235

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

Shades of Mauve #D4AEEB

Tints of Mauve #D4AEEB

RGB

 RED value IS 212 (83.2% from 255) = 34.14%

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

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 34.14%
G = 28.02%
B = 37.84%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4AEEB (or 0xD4AEEB) is known color: Mauve. HEX triplet: D4, AE and EB. RGB value is (212,174,235). Sum of RGB (Red+Green+Blue) = 212+174+235=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEEB is #2B5114. Grayscale: #C0C0C0. Windows color (decimal): -2838805 or 15445716. OLE color: 15445716.

HSL color Cylindrical-coordinate representation of color #D4AEEB: hue angle of 277.38º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AEEB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 174 235 -
CMYK 0.10 0.26 0 0.08
HSL 277.38º 0.6% 0.8% -
HSV(B) 277.38º 0.26% 0.92% -
XYZ 57.28 50.27 85.28 -
YUV 192.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 212 174 235 0.10 0.26 0 0.08 277.38 0.6 0.8
Hex D4 AE EB A 1A 0 8 115 3C 50
Octal 324 256 353 12 32 0 10 425 74 120
Binary 11010100 10101110 11101011 1010 11010 0 1000 100010101 111100 1010000

Color Harmonies of #D4AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEEB

Black with #D4AEEB

Text Example


Text Example

White with #D4AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEEB; }

 p { color: rgb(212,174,235); }

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

background-color css

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

 a { background-color: rgb(212,174,235); }

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

border-color css

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

 span { border-color: rgb(212,174,235); }

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