Html Css Color HEX #D3AFEC Mauve

📋 copy color: '#D3AFEC'

red 211 ◦ green 175 ◦ blue 236

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

Shades of Mauve #D3AFEC

Tints of Mauve #D3AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.14%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 33.92%
G = 28.14%
B = 37.94%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3AFEC (or 0xD3AFEC) is known color: Mauve. HEX triplet: D3, AF and EC. RGB value is (211,175,236). Sum of RGB (Red+Green+Blue) = 211+175+236=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEC is #2C5013. Grayscale: #C0C0C0. Windows color (decimal): -2904084 or 15511507. OLE color: 15511507.

HSL color Cylindrical-coordinate representation of color #D3AFEC: hue angle of 275.41º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3AFEC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 175 236 -
CMYK 0.11 0.26 0 0.07
HSL 275.41º 0.62% 0.81% -
HSV(B) 275.41º 0.26% 0.93% -
XYZ 57.33 50.56 86.1 -
YUV 192.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 211 175 236 0.11 0.26 0 0.07 275.41 0.62 0.81
Hex D3 AF EC B 1A 0 7 113 3E 51
Octal 323 257 354 13 32 0 7 423 76 121
Binary 11010011 10101111 11101100 1011 11010 0 111 100010011 111110 1010001

Color Harmonies of #D3AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFEC

Black with #D3AFEC

Text Example


Text Example

White with #D3AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFEC; }

 p { color: rgb(211,175,236); }

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

background-color css

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

 a { background-color: rgb(211,175,236); }

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

border-color css

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

 span { border-color: rgb(211,175,236); }

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