Html Css Color HEX #D5ABED Mauve

📋 copy color: '#D5ABED'

red 213 ◦ green 171 ◦ blue 237

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

Shades of Mauve #D5ABED

Tints of Mauve #D5ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.54%

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

R = 34.3%
G = 27.54%
B = 38.16%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5ABED (or 0xD5ABED) is known color: Mauve. HEX triplet: D5, AB and ED. RGB value is (213,171,237). Sum of RGB (Red+Green+Blue) = 213+171+237=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABED is #2A5412. Grayscale: #BEBEBE. Windows color (decimal): -2774035 or 15576021. OLE color: 15576021.

HSL color Cylindrical-coordinate representation of color #D5ABED: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5ABED is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 171 237 -
CMYK 0.10 0.28 0 0.07
HSL 278.18º 0.65% 0.8% -
HSV(B) 278.18º 0.28% 0.93% -
XYZ 57.29 49.39 86.63 -
YUV 191.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 213 171 237 0.10 0.28 0 0.07 278.18 0.65 0.8
Hex D5 AB ED A 1C 0 7 116 41 50
Octal 325 253 355 12 34 0 7 426 101 120
Binary 11010101 10101011 11101101 1010 11100 0 111 100010110 1000001 1010000

Color Harmonies of #D5ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABED

Black with #D5ABED

Text Example


Text Example

White with #D5ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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