Html Css Color HEX #D4AEEE Mauve

📋 copy color: '#D4AEEE'

red 212 ◦ green 174 ◦ blue 238

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

Shades of Mauve #D4AEEE

Tints of Mauve #D4AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 33.97%
G = 27.88%
B = 38.14%

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

#D4AEEE (or 0xD4AEEE) is known color: Mauve. HEX triplet: D4, AE and EE. RGB value is (212,174,238). Sum of RGB (Red+Green+Blue) = 212+174+238=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEEE is #2B5111. Grayscale: #C0C0C0. Windows color (decimal): -2838802 or 15642324. OLE color: 15642324.

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

Color convert

RGB 212 174 238 -
CMYK 0.11 0.27 0 0.07
HSL 275.63º 0.65% 0.81% -
HSV(B) 275.63º 0.27% 0.93% -
XYZ 57.72 50.44 87.58 -
YUV 192.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 212 174 238 0.11 0.27 0 0.07 275.63 0.65 0.81
Hex D4 AE EE B 1B 0 7 114 41 51
Octal 324 256 356 13 33 0 7 424 101 121
Binary 11010100 10101110 11101110 1011 11011 0 111 100010100 1000001 1010001

Color Harmonies of #D4AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEEE

Black with #D4AEEE

Text Example


Text Example

White with #D4AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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