Html Css Color HEX #D5AFEB Mauve

📋 copy color: '#D5AFEB'

red 213 ◦ green 175 ◦ blue 235

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

Shades of Mauve #D5AFEB

Tints of Mauve #D5AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 34.19%
G = 28.09%
B = 37.72%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5AFEB (or 0xD5AFEB) is known color: Mauve. HEX triplet: D5, AF and EB. RGB value is (213,175,235). Sum of RGB (Red+Green+Blue) = 213+175+235=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFEB is #2A5014. Grayscale: #C1C1C1. Windows color (decimal): -2773013 or 15445973. OLE color: 15445973.

HSL color Cylindrical-coordinate representation of color #D5AFEB: hue angle of 278º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5AFEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 175 235 -
CMYK 0.09 0.26 0 0.08
HSL 278º 0.6% 0.8% -
HSV(B) 278º 0.26% 0.92% -
XYZ 57.77 50.8 85.36 -
YUV 193.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 213 175 235 0.09 0.26 0 0.08 278 0.6 0.8
Hex D5 AF EB 9 1A 0 8 116 3C 50
Octal 325 257 353 11 32 0 10 426 74 120
Binary 11010101 10101111 11101011 1001 11010 0 1000 100010110 111100 1010000

Color Harmonies of #D5AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFEB

Black with #D5AFEB

Text Example


Text Example

White with #D5AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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