Html Css Color HEX #D5AEEF Mauve

📋 copy color: '#D5AEEF'

red 213 ◦ green 174 ◦ blue 239

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

Shades of Mauve #D5AEEF

Tints of Mauve #D5AEEF

RGB

 RED value IS 213 (83.59% from 255) = 34.03%

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

 BLUE value IS 239 (93.75% from 255) = 38.18%

R = 34.03%
G = 27.8%
B = 38.18%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5AEEF (or 0xD5AEEF) is known color: Mauve. HEX triplet: D5, AE and EF. RGB value is (213,174,239). Sum of RGB (Red+Green+Blue) = 213+174+239=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEF is #2A5110. Grayscale: #C0C0C0. Windows color (decimal): -2773265 or 15707861. OLE color: 15707861.

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

Color convert

RGB 213 174 239 -
CMYK 0.11 0.27 0 0.06
HSL 276º 0.67% 0.81% -
HSV(B) 276º 0.27% 0.94% -
XYZ 58.16 50.65 88.37 -
YUV 193.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 213 174 239 0.11 0.27 0 0.06 276 0.67 0.81
Hex D5 AE EF B 1B 0 6 114 43 51
Octal 325 256 357 13 33 0 6 424 103 121
Binary 11010101 10101110 11101111 1011 11011 0 110 100010100 1000011 1010001

Color Harmonies of #D5AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEEF

Black with #D5AEEF

Text Example


Text Example

White with #D5AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEEF; }

 p { color: rgb(213,174,239); }

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

background-color css

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

 a { background-color: rgb(213,174,239); }

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

border-color css

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

 span { border-color: rgb(213,174,239); }

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