Html Css Color HEX #D4ABFF Mauve

📋 copy color: '#D4ABFF'

red 212 ◦ green 171 ◦ blue 255

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

Shades of Mauve #D4ABFF

Tints of Mauve #D4ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 33.23%
G = 26.8%
B = 39.97%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4ABFF (or 0xD4ABFF) is known color: Mauve. HEX triplet: D4, AB and FF. RGB value is (212,171,255). Sum of RGB (Red+Green+Blue) = 212+171+255=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABFF is #2B5400. Grayscale: #C0C0C0. Windows color (decimal): -2839553 or 16755668. OLE color: 16755668.

HSL color Cylindrical-coordinate representation of color #D4ABFF: hue angle of 269.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4ABFF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 171 255 -
CMYK 0.17 0.33 0 0
HSL 269.29º 1% 0.84% -
HSV(B) 269.29º 0.33% 1% -
XYZ 59.76 50.34 101.18 -
YUV 192.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 212 171 255 0.17 0.33 0 0 269.29 1 0.84
Hex D4 AB FF 11 21 0 0 10D 64 54
Octal 324 253 377 21 41 0 0 415 144 124
Binary 11010100 10101011 11111111 10001 100001 0 0 100001101 1100100 1010100

Color Harmonies of #D4ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABFF

Black with #D4ABFF

Text Example


Text Example

White with #D4ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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