Html Css Color HEX #D3ABFC Mauve

📋 copy color: '#D3ABFC'

red 211 ◦ green 171 ◦ blue 252

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

Shades of Mauve #D3ABFC

Tints of Mauve #D3ABFC

RGB

 RED value IS 211 (82.81% from 255) = 33.28%

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

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

R = 33.28%
G = 26.97%
B = 39.75%

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

#D3ABFC (or 0xD3ABFC) is known color: Mauve. HEX triplet: D3, AB and FC. RGB value is (211,171,252). Sum of RGB (Red+Green+Blue) = 211+171+252=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABFC is #2C5403. Grayscale: #BFBFBF. Windows color (decimal): -2905092 or 16559059. OLE color: 16559059.

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

Color convert

RGB 211 171 252 -
CMYK 0.16 0.32 0 0.01
HSL 269.63º 0.93% 0.83% -
HSV(B) 269.63º 0.32% 0.99% -
XYZ 59 50 98.64 -
YUV 192.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 211 171 252 0.16 0.32 0 0.01 269.63 0.93 0.83
Hex D3 AB FC 10 20 0 1 10E 5D 53
Octal 323 253 374 20 40 0 1 416 135 123
Binary 11010011 10101011 11111100 10000 100000 0 1 100001110 1011101 1010011

Color Harmonies of #D3ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ABFC

Black with #D3ABFC

Text Example


Text Example

White with #D3ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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