Html Css Color HEX #D7ABFD Mauve

📋 copy color: '#D7ABFD'

red 215 ◦ green 171 ◦ blue 253

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

Shades of Mauve #D7ABFD

Tints of Mauve #D7ABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.59%

R = 33.65%
G = 26.76%
B = 39.59%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7ABFD (or 0xD7ABFD) is known color: Mauve. HEX triplet: D7, AB and FD. RGB value is (215,171,253). Sum of RGB (Red+Green+Blue) = 215+171+253=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABFD is #285402. Grayscale: #C1C1C1. Windows color (decimal): -2642947 or 16624599. OLE color: 16624599.

HSL color Cylindrical-coordinate representation of color #D7ABFD: hue angle of 272.2º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7ABFD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 171 253 -
CMYK 0.15 0.32 0 0.01
HSL 272.2º 0.95% 0.83% -
HSV(B) 272.2º 0.32% 0.99% -
XYZ 60.32 50.66 99.53 -
YUV 193.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 215 171 253 0.15 0.32 0 0.01 272.2 0.95 0.83
Hex D7 AB FD F 20 0 1 110 5F 53
Octal 327 253 375 17 40 0 1 420 137 123
Binary 11010111 10101011 11111101 1111 100000 0 1 100010000 1011111 1010011

Color Harmonies of #D7ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABFD

Black with #D7ABFD

Text Example


Text Example

White with #D7ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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