Html Css Color HEX #D4ABEF Mauve

📋 copy color: '#D4ABEF'

red 212 ◦ green 171 ◦ blue 239

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

Shades of Mauve #D4ABEF

Tints of Mauve #D4ABEF

RGB

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

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

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

R = 34.08%
G = 27.49%
B = 38.42%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4ABEF (or 0xD4ABEF) is known color: Mauve. HEX triplet: D4, AB and EF. RGB value is (212,171,239). Sum of RGB (Red+Green+Blue) = 212+171+239=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEF is #2B5410. Grayscale: #BEBEBE. Windows color (decimal): -2839569 or 15707092. OLE color: 15707092.

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

Color convert

RGB 212 171 239 -
CMYK 0.11 0.28 0 0.06
HSL 276.18º 0.68% 0.8% -
HSV(B) 276.18º 0.28% 0.94% -
XYZ 57.29 49.35 88.17 -
YUV 191.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 212 171 239 0.11 0.28 0 0.06 276.18 0.68 0.8
Hex D4 AB EF B 1C 0 6 114 44 50
Octal 324 253 357 13 34 0 6 424 104 120
Binary 11010100 10101011 11101111 1011 11100 0 110 100010100 1000100 1010000

Color Harmonies of #D4ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABEF

Black with #D4ABEF

Text Example


Text Example

White with #D4ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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