Html Css Color HEX #D4B3FA Mauve

📋 copy color: '#D4B3FA'

red 212 ◦ green 179 ◦ blue 250

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

Shades of Mauve #D4B3FA

Tints of Mauve #D4B3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.93%

 BLUE value IS 250 (98.05% from 255) = 39%

R = 33.07%
G = 27.93%
B = 39%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4B3FA (or 0xD4B3FA) is known color: Mauve. HEX triplet: D4, B3 and FA. RGB value is (212,179,250). Sum of RGB (Red+Green+Blue) = 212+179+250=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3FA is #2B4C05. Grayscale: #C4C4C4. Windows color (decimal): -2837510 or 16430036. OLE color: 16430036.

HSL color Cylindrical-coordinate representation of color #D4B3FA: hue angle of 267.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4B3FA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 179 250 -
CMYK 0.15 0.28 0 0.02
HSL 267.89º 0.88% 0.84% -
HSV(B) 267.89º 0.28% 0.98% -
XYZ 60.53 53.14 97.51 -
YUV 196.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 212 179 250 0.15 0.28 0 0.02 267.89 0.88 0.84
Hex D4 B3 FA F 1C 0 2 10C 58 54
Octal 324 263 372 17 34 0 2 414 130 124
Binary 11010100 10110011 11111010 1111 11100 0 10 100001100 1011000 1010100

Color Harmonies of #D4B3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B3FA

Black with #D4B3FA

Text Example


Text Example

White with #D4B3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B3FA; }

 p { color: rgb(212,179,250); }

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

background-color css

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

 a { background-color: rgb(212,179,250); }

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

border-color css

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

 span { border-color: rgb(212,179,250); }

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