Html Css Color HEX #D4B3FD Mauve

📋 copy color: '#D4B3FD'

red 212 ◦ green 179 ◦ blue 253

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

Shades of Mauve #D4B3FD

Tints of Mauve #D4B3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 32.92%
G = 27.8%
B = 39.29%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4B3FD (or 0xD4B3FD) is known color: Mauve. HEX triplet: D4, B3 and FD. RGB value is (212,179,253). Sum of RGB (Red+Green+Blue) = 212+179+253=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4B3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3FD is #2B4C02. Grayscale: #C5C5C5. Windows color (decimal): -2837507 or 16626644. OLE color: 16626644.

HSL color Cylindrical-coordinate representation of color #D4B3FD: hue angle of 266.76º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B3FD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 179 253 -
CMYK 0.16 0.29 0 0.01
HSL 266.76º 0.95% 0.85% -
HSV(B) 266.76º 0.29% 0.99% -
XYZ 61 53.33 100.01 -
YUV 197.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 212 179 253 0.16 0.29 0 0.01 266.76 0.95 0.85
Hex D4 B3 FD 10 1D 0 1 10B 5F 55
Octal 324 263 375 20 35 0 1 413 137 125
Binary 11010100 10110011 11111101 10000 11101 0 1 100001011 1011111 1010101

Color Harmonies of #D4B3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B3FD

Black with #D4B3FD

Text Example


Text Example

White with #D4B3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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