Html Css Color HEX #D4B4FA Mauve

📋 copy color: '#D4B4FA'

red 212 ◦ green 180 ◦ blue 250

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

Shades of Mauve #D4B4FA

Tints of Mauve #D4B4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.04%

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

R = 33.02%
G = 28.04%
B = 38.94%

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

#D4B4FA (or 0xD4B4FA) is known color: Mauve. HEX triplet: D4, B4 and FA. RGB value is (212,180,250). Sum of RGB (Red+Green+Blue) = 212+180+250=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4FA is #2B4B05. Grayscale: #C5C5C5. Windows color (decimal): -2837254 or 16430292. OLE color: 16430292.

HSL color Cylindrical-coordinate representation of color #D4B4FA: hue angle of 267.43º 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 #D4B4FA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 180 250 -
CMYK 0.15 0.28 0 0.02
HSL 267.43º 0.88% 0.84% -
HSV(B) 267.43º 0.28% 0.98% -
XYZ 60.73 53.54 97.58 -
YUV 197.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 212 180 250 0.15 0.28 0 0.02 267.43 0.88 0.84
Hex D4 B4 FA F 1C 0 2 10B 58 54
Octal 324 264 372 17 34 0 2 413 130 124
Binary 11010100 10110100 11111010 1111 11100 0 10 100001011 1011000 1010100

Color Harmonies of #D4B4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B4FA

Black with #D4B4FA

Text Example


Text Example

White with #D4B4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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