Html Css Color HEX #D4ABFB Mauve

📋 copy color: '#D4ABFB'

red 212 ◦ green 171 ◦ blue 251

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

Shades of Mauve #D4ABFB

Tints of Mauve #D4ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.59%

R = 33.44%
G = 26.97%
B = 39.59%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4ABFB (or 0xD4ABFB) is known color: Mauve. HEX triplet: D4, AB and FB. RGB value is (212,171,251). Sum of RGB (Red+Green+Blue) = 212+171+251=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABFB is #2B5404. Grayscale: #C0C0C0. Windows color (decimal): -2839557 or 16493524. OLE color: 16493524.

HSL color Cylindrical-coordinate representation of color #D4ABFB: hue angle of 270.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4ABFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 171 251 -
CMYK 0.16 0.32 0 0.02
HSL 270.75º 0.91% 0.83% -
HSV(B) 270.75º 0.32% 0.98% -
XYZ 59.13 50.09 97.82 -
YUV 192.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 212 171 251 0.16 0.32 0 0.02 270.75 0.91 0.83
Hex D4 AB FB 10 20 0 2 10F 5B 53
Octal 324 253 373 20 40 0 2 417 133 123
Binary 11010100 10101011 11111011 10000 100000 0 10 100001111 1011011 1010011

Color Harmonies of #D4ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABFB

Black with #D4ABFB

Text Example


Text Example

White with #D4ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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