Html Css Color HEX #D2ACFB Mauve

📋 copy color: '#D2ACFB'

red 210 ◦ green 172 ◦ blue 251

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

Shades of Mauve #D2ACFB

Tints of Mauve #D2ACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.17%

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

R = 33.18%
G = 27.17%
B = 39.65%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2ACFB (or 0xD2ACFB) is known color: Mauve. HEX triplet: D2, AC and FB. RGB value is (210,172,251). Sum of RGB (Red+Green+Blue) = 210+172+251=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACFB is #2D5304. Grayscale: #C0C0C0. Windows color (decimal): -2970373 or 16493778. OLE color: 16493778.

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

Color convert

RGB 210 172 251 -
CMYK 0.16 0.31 0 0.02
HSL 268.86º 0.91% 0.83% -
HSV(B) 268.86º 0.31% 0.98% -
XYZ 58.74 50.17 97.85 -
YUV 192.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 210 172 251 0.16 0.31 0 0.02 268.86 0.91 0.83
Hex D2 AC FB 10 1F 0 2 10D 5B 53
Octal 322 254 373 20 37 0 2 415 133 123
Binary 11010010 10101100 11111011 10000 11111 0 10 100001101 1011011 1010011

Color Harmonies of #D2ACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACFB

Black with #D2ACFB

Text Example


Text Example

White with #D2ACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACFB; }

 p { color: rgb(210,172,251); }

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

background-color css

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

 a { background-color: rgb(210,172,251); }

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

border-color css

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

 span { border-color: rgb(210,172,251); }

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