Html Css Color HEX #D4ABFD Mauve

📋 copy color: '#D4ABFD'

red 212 ◦ green 171 ◦ blue 253

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

Shades of Mauve #D4ABFD

Tints of Mauve #D4ABFD

RGB

 RED value IS 212 (83.2% from 255) = 33.33%

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

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

R = 33.33%
G = 26.89%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4ABFD (or 0xD4ABFD) is known color: Mauve. HEX triplet: D4, AB and FD. RGB value is (212,171,253). Sum of RGB (Red+Green+Blue) = 212+171+253=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABFD is #2B5402. Grayscale: #C0C0C0. Windows color (decimal): -2839555 or 16624596. OLE color: 16624596.

HSL color Cylindrical-coordinate representation of color #D4ABFD: hue angle of 270º 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 #D4ABFD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 171 253 -
CMYK 0.16 0.32 0 0.01
HSL 270º 0.95% 0.83% -
HSV(B) 270º 0.32% 0.99% -
XYZ 59.44 50.21 99.49 -
YUV 192.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 212 171 253 0.16 0.32 0 0.01 270 0.95 0.83
Hex D4 AB FD 10 20 0 1 10E 5F 53
Octal 324 253 375 20 40 0 1 416 137 123
Binary 11010100 10101011 11111101 10000 100000 0 1 100001110 1011111 1010011

Color Harmonies of #D4ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABFD

Black with #D4ABFD

Text Example


Text Example

White with #D4ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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