Html Css Color HEX #D4A8FB Mauve

📋 copy color: '#D4A8FB'

red 212 ◦ green 168 ◦ blue 251

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

Shades of Mauve #D4A8FB

Tints of Mauve #D4A8FB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.62%

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

R = 33.6%
G = 26.62%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4A8FB (or 0xD4A8FB) is known color: Mauve. HEX triplet: D4, A8 and FB. RGB value is (212,168,251). Sum of RGB (Red+Green+Blue) = 212+168+251=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FB is #2B5704. Grayscale: #BEBEBE. Windows color (decimal): -2840325 or 16492756. OLE color: 16492756.

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

Color convert

RGB 212 168 251 -
CMYK 0.16 0.33 0 0.02
HSL 271.81º 0.91% 0.82% -
HSV(B) 271.81º 0.33% 0.98% -
XYZ 58.57 48.97 97.63 -
YUV 190.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 212 168 251 0.16 0.33 0 0.02 271.81 0.91 0.82
Hex D4 A8 FB 10 21 0 2 110 5B 52
Octal 324 250 373 20 41 0 2 420 133 122
Binary 11010100 10101000 11111011 10000 100001 0 10 100010000 1011011 1010010

Color Harmonies of #D4A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8FB

Black with #D4A8FB

Text Example


Text Example

White with #D4A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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