Html Css Color HEX #D3AEEF Mauve

📋 copy color: '#D3AEEF'

red 211 ◦ green 174 ◦ blue 239

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

Shades of Mauve #D3AEEF

Tints of Mauve #D3AEEF

RGB

 RED value IS 211 (82.81% from 255) = 33.81%

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

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

R = 33.81%
G = 27.88%
B = 38.3%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3AEEF (or 0xD3AEEF) is known color: Mauve. HEX triplet: D3, AE and EF. RGB value is (211,174,239). Sum of RGB (Red+Green+Blue) = 211+174+239=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEEF is #2C5110. Grayscale: #C0C0C0. Windows color (decimal): -2904337 or 15707859. OLE color: 15707859.

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

Color convert

RGB 211 174 239 -
CMYK 0.12 0.27 0 0.06
HSL 274.15º 0.67% 0.81% -
HSV(B) 274.15º 0.27% 0.94% -
XYZ 57.58 50.35 88.35 -
YUV 192.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 211 174 239 0.12 0.27 0 0.06 274.15 0.67 0.81
Hex D3 AE EF C 1B 0 6 112 43 51
Octal 323 256 357 14 33 0 6 422 103 121
Binary 11010011 10101110 11101111 1100 11011 0 110 100010010 1000011 1010001

Color Harmonies of #D3AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEEF

Black with #D3AEEF

Text Example


Text Example

White with #D3AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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