Html Css Color HEX #D2ABFC Mauve

📋 copy color: '#D2ABFC'

red 210 ◦ green 171 ◦ blue 252

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

Shades of Mauve #D2ABFC

Tints of Mauve #D2ABFC

RGB

 RED value IS 210 (82.42% from 255) = 33.18%

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 33.18%
G = 27.01%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2ABFC (or 0xD2ABFC) is known color: Mauve. HEX triplet: D2, AB and FC. RGB value is (210,171,252). Sum of RGB (Red+Green+Blue) = 210+171+252=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFC is #2D5403. Grayscale: #BFBFBF. Windows color (decimal): -2970628 or 16559058. OLE color: 16559058.

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

Color convert

RGB 210 171 252 -
CMYK 0.17 0.32 0 0.01
HSL 268.89º 0.93% 0.83% -
HSV(B) 268.89º 0.32% 0.99% -
XYZ 58.71 49.86 98.62 -
YUV 191.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 210 171 252 0.17 0.32 0 0.01 268.89 0.93 0.83
Hex D2 AB FC 11 20 0 1 10D 5D 53
Octal 322 253 374 21 40 0 1 415 135 123
Binary 11010010 10101011 11111100 10001 100000 0 1 100001101 1011101 1010011

Color Harmonies of #D2ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABFC

Black with #D2ABFC

Text Example


Text Example

White with #D2ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABFC; }

 p { color: rgb(210,171,252); }

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

background-color css

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

 a { background-color: rgb(210,171,252); }

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

border-color css

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

 span { border-color: rgb(210,171,252); }

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