Html Css Color HEX #D7ABEF Mauve

📋 copy color: '#D7ABEF'

red 215 ◦ green 171 ◦ blue 239

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

Shades of Mauve #D7ABEF

Tints of Mauve #D7ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 34.4%
G = 27.36%
B = 38.24%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7ABEF (or 0xD7ABEF) is known color: Mauve. HEX triplet: D7, AB and EF. RGB value is (215,171,239). Sum of RGB (Red+Green+Blue) = 215+171+239=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABEF is #285410. Grayscale: #BFBFBF. Windows color (decimal): -2642961 or 15707095. OLE color: 15707095.

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

Color convert

RGB 215 171 239 -
CMYK 0.10 0.28 0 0.06
HSL 278.82º 0.68% 0.8% -
HSV(B) 278.82º 0.28% 0.94% -
XYZ 58.17 49.8 88.21 -
YUV 191.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 215 171 239 0.10 0.28 0 0.06 278.82 0.68 0.8
Hex D7 AB EF A 1C 0 6 117 44 50
Octal 327 253 357 12 34 0 6 427 104 120
Binary 11010111 10101011 11101111 1010 11100 0 110 100010111 1000100 1010000

Color Harmonies of #D7ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABEF

Black with #D7ABEF

Text Example


Text Example

White with #D7ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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