Html Css Color HEX #D4B5FF Mauve

📋 copy color: '#D4B5FF'

red 212 ◦ green 181 ◦ blue 255

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

Shades of Mauve #D4B5FF

Tints of Mauve #D4B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.93%

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

R = 32.72%
G = 27.93%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4B5FF (or 0xD4B5FF) is known color: Mauve. HEX triplet: D4, B5 and FF. RGB value is (212,181,255). Sum of RGB (Red+Green+Blue) = 212+181+255=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5FF is #2B4A00. Grayscale: #C6C6C6. Windows color (decimal): -2836993 or 16758228. OLE color: 16758228.

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

Color convert

RGB 212 181 255 -
CMYK 0.17 0.29 0 0
HSL 265.14º 1% 0.85% -
HSV(B) 265.14º 0.29% 1% -
XYZ 61.73 54.26 101.83 -
YUV 198.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 212 181 255 0.17 0.29 0 0 265.14 1 0.85
Hex D4 B5 FF 11 1D 0 0 109 64 55
Octal 324 265 377 21 35 0 0 411 144 125
Binary 11010100 10110101 11111111 10001 11101 0 0 100001001 1100100 1010101

Color Harmonies of #D4B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B5FF

Black with #D4B5FF

Text Example


Text Example

White with #D4B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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