Html Css Color HEX #D5AFED Mauve

📋 copy color: '#D5AFED'

red 213 ◦ green 175 ◦ blue 237

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

Shades of Mauve #D5AFED

Tints of Mauve #D5AFED

RGB

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

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

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

R = 34.08%
G = 28%
B = 37.92%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5AFED (or 0xD5AFED) is known color: Mauve. HEX triplet: D5, AF and ED. RGB value is (213,175,237). Sum of RGB (Red+Green+Blue) = 213+175+237=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFED is #2A5012. Grayscale: #C1C1C1. Windows color (decimal): -2773011 or 15577045. OLE color: 15577045.

HSL color Cylindrical-coordinate representation of color #D5AFED: hue angle of 276.77º degrees, saturation: 0.63, 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 #D5AFED is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 175 237 -
CMYK 0.10 0.26 0 0.07
HSL 276.77º 0.63% 0.81% -
HSV(B) 276.77º 0.26% 0.93% -
XYZ 58.06 50.92 86.89 -
YUV 193.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 213 175 237 0.10 0.26 0 0.07 276.77 0.63 0.81
Hex D5 AF ED A 1A 0 7 115 3F 51
Octal 325 257 355 12 32 0 7 425 77 121
Binary 11010101 10101111 11101101 1010 11010 0 111 100010101 111111 1010001

Color Harmonies of #D5AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFED

Black with #D5AFED

Text Example


Text Example

White with #D5AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFED; }

 p { color: rgb(213,175,237); }

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

background-color css

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

 a { background-color: rgb(213,175,237); }

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

border-color css

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

 span { border-color: rgb(213,175,237); }

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