Html Css Color HEX #D4B7FF Mauve

📋 copy color: '#D4B7FF'

red 212 ◦ green 183 ◦ blue 255

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

Shades of Mauve #D4B7FF

Tints of Mauve #D4B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.15%

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

R = 32.62%
G = 28.15%
B = 39.23%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4B7FF (or 0xD4B7FF) is known color: Mauve. HEX triplet: D4, B7 and FF. RGB value is (212,183,255). Sum of RGB (Red+Green+Blue) = 212+183+255=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7FF is #2B4800. Grayscale: #C7C7C7. Windows color (decimal): -2836481 or 16758740. OLE color: 16758740.

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

Color convert

RGB 212 183 255 -
CMYK 0.17 0.28 0 0
HSL 264.17º 1% 0.86% -
HSV(B) 264.17º 0.28% 1% -
XYZ 62.13 55.08 101.97 -
YUV 199.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 212 183 255 0.17 0.28 0 0 264.17 1 0.86
Hex D4 B7 FF 11 1C 0 0 108 64 56
Octal 324 267 377 21 34 0 0 410 144 126
Binary 11010100 10110111 11111111 10001 11100 0 0 100001000 1100100 1010110

Color Harmonies of #D4B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B7FF

Black with #D4B7FF

Text Example


Text Example

White with #D4B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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