Html Css Color HEX #D7ABEC Mauve

📋 copy color: '#D7ABEC'

red 215 ◦ green 171 ◦ blue 236

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

Shades of Mauve #D7ABEC

Tints of Mauve #D7ABEC

RGB

 RED value IS 215 (84.38% from 255) = 34.57%

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

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

R = 34.57%
G = 27.49%
B = 37.94%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7ABEC (or 0xD7ABEC) is known color: Mauve. HEX triplet: D7, AB and EC. RGB value is (215,171,236). Sum of RGB (Red+Green+Blue) = 215+171+236=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 171 (67.19% from 255 or 27.49% 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 #D7ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABEC is #285413. Grayscale: #BFBFBF. Windows color (decimal): -2642964 or 15510487. OLE color: 15510487.

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

Color convert

RGB 215 171 236 -
CMYK 0.09 0.28 0 0.07
HSL 280.62º 0.63% 0.8% -
HSV(B) 280.62º 0.28% 0.93% -
XYZ 57.73 49.63 85.89 -
YUV 191.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 215 171 236 0.09 0.28 0 0.07 280.62 0.63 0.8
Hex D7 AB EC 9 1C 0 7 119 3F 50
Octal 327 253 354 11 34 0 7 431 77 120
Binary 11010111 10101011 11101100 1001 11100 0 111 100011001 111111 1010000

Color Harmonies of #D7ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABEC

Black with #D7ABEC

Text Example


Text Example

White with #D7ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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