Html Css Color HEX #D4B8FA Mauve

📋 copy color: '#D4B8FA'

red 212 ◦ green 184 ◦ blue 250

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

Shades of Mauve #D4B8FA

Tints of Mauve #D4B8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.48%

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

R = 32.82%
G = 28.48%
B = 38.7%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4B8FA (or 0xD4B8FA) is known color: Mauve. HEX triplet: D4, B8 and FA. RGB value is (212,184,250). Sum of RGB (Red+Green+Blue) = 212+184+250=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B8FA is #2B4705. Grayscale: #C7C7C7. Windows color (decimal): -2836230 or 16431316. OLE color: 16431316.

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

Color convert

RGB 212 184 250 -
CMYK 0.15 0.26 0 0.02
HSL 265.45º 0.87% 0.85% -
HSV(B) 265.45º 0.26% 0.98% -
XYZ 61.55 55.18 97.85 -
YUV 199.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 212 184 250 0.15 0.26 0 0.02 265.45 0.87 0.85
Hex D4 B8 FA F 1A 0 2 109 57 55
Octal 324 270 372 17 32 0 2 411 127 125
Binary 11010100 10111000 11111010 1111 11010 0 10 100001001 1010111 1010101

Color Harmonies of #D4B8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B8FA

Black with #D4B8FA

Text Example


Text Example

White with #D4B8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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