Html Css Color HEX #D4AEED Mauve

📋 copy color: '#D4AEED'

red 212 ◦ green 174 ◦ blue 237

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

Shades of Mauve #D4AEED

Tints of Mauve #D4AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 34.03%
G = 27.93%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4AEED (or 0xD4AEED) is known color: Mauve. HEX triplet: D4, AE and ED. RGB value is (212,174,237). Sum of RGB (Red+Green+Blue) = 212+174+237=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEED is #2B5112. Grayscale: #C0C0C0. Windows color (decimal): -2838803 or 15576788. OLE color: 15576788.

HSL color Cylindrical-coordinate representation of color #D4AEED: hue angle of 276.19º degrees, saturation: 0.64, 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 #D4AEED is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 174 237 -
CMYK 0.11 0.27 0 0.07
HSL 276.19º 0.64% 0.81% -
HSV(B) 276.19º 0.27% 0.93% -
XYZ 57.57 50.38 86.81 -
YUV 192.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 212 174 237 0.11 0.27 0 0.07 276.19 0.64 0.81
Hex D4 AE ED B 1B 0 7 114 40 51
Octal 324 256 355 13 33 0 7 424 100 121
Binary 11010100 10101110 11101101 1011 11011 0 111 100010100 1000000 1010001

Color Harmonies of #D4AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEED

Black with #D4AEED

Text Example


Text Example

White with #D4AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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