Html Css Color HEX #D4B3FF Mauve

📋 copy color: '#D4B3FF'

red 212 ◦ green 179 ◦ blue 255

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

Shades of Mauve #D4B3FF

Tints of Mauve #D4B3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 32.82%
G = 27.71%
B = 39.47%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4B3FF (or 0xD4B3FF) is known color: Mauve. HEX triplet: D4, B3 and FF. RGB value is (212,179,255). Sum of RGB (Red+Green+Blue) = 212+179+255=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 179 (70.31% from 255 or 27.71% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3FF is #2B4C00. Grayscale: #C5C5C5. Windows color (decimal): -2837505 or 16757716. OLE color: 16757716.

HSL color Cylindrical-coordinate representation of color #D4B3FF: hue angle of 266.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4B3FF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 179 255 -
CMYK 0.17 0.30 0 0
HSL 266.05º 1% 0.85% -
HSV(B) 266.05º 0.3% 1% -
XYZ 61.32 53.46 101.69 -
YUV 197.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 212 179 255 0.17 0.30 0 0 266.05 1 0.85
Hex D4 B3 FF 11 1E 0 0 10A 64 55
Octal 324 263 377 21 36 0 0 412 144 125
Binary 11010100 10110011 11111111 10001 11110 0 0 100001010 1100100 1010101

Color Harmonies of #D4B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B3FF

Black with #D4B3FF

Text Example


Text Example

White with #D4B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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