Html Css Color HEX #D5ABEC Mauve

📋 copy color: '#D5ABEC'

red 213 ◦ green 171 ◦ blue 236

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

Shades of Mauve #D5ABEC

Tints of Mauve #D5ABEC

RGB

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

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

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

R = 34.35%
G = 27.58%
B = 38.06%

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

#D5ABEC (or 0xD5ABEC) is known color: Mauve. HEX triplet: D5, AB and EC. RGB value is (213,171,236). Sum of RGB (Red+Green+Blue) = 213+171+236=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABEC is #2A5413. Grayscale: #BEBEBE. Windows color (decimal): -2774036 or 15510485. OLE color: 15510485.

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

Color convert

RGB 213 171 236 -
CMYK 0.10 0.28 0 0.07
HSL 278.77º 0.63% 0.8% -
HSV(B) 278.77º 0.28% 0.93% -
XYZ 57.14 49.33 85.87 -
YUV 190.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 213 171 236 0.10 0.28 0 0.07 278.77 0.63 0.8
Hex D5 AB EC A 1C 0 7 117 3F 50
Octal 325 253 354 12 34 0 7 427 77 120
Binary 11010101 10101011 11101100 1010 11100 0 111 100010111 111111 1010000

Color Harmonies of #D5ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABEC

Black with #D5ABEC

Text Example


Text Example

White with #D5ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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