Html Css Color HEX #D7B5FE Mauve

📋 copy color: '#D7B5FE'

red 215 ◦ green 181 ◦ blue 254

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

Shades of Mauve #D7B5FE

Tints of Mauve #D7B5FE

RGB

 RED value IS 215 (84.38% from 255) = 33.08%

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

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 33.08%
G = 27.85%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7B5FE (or 0xD7B5FE) is known color: Mauve. HEX triplet: D7, B5 and FE. RGB value is (215,181,254). Sum of RGB (Red+Green+Blue) = 215+181+254=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5FE is #284A01. Grayscale: #C7C7C7. Windows color (decimal): -2640386 or 16692695. OLE color: 16692695.

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

Color convert

RGB 215 181 254 -
CMYK 0.15 0.29 0 0.00
HSL 267.95º 0.97% 0.85% -
HSV(B) 267.95º 0.29% 1% -
XYZ 62.44 54.65 101.02 -
YUV 199.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 215 181 254 0.15 0.29 0 0.00 267.95 0.97 0.85
Hex D7 B5 FE F 1D 0 0 10C 61 55
Octal 327 265 376 17 35 0 0 414 141 125
Binary 11010111 10110101 11111110 1111 11101 0 0 100001100 1100001 1010101

Color Harmonies of #D7B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5FE

Black with #D7B5FE

Text Example


Text Example

White with #D7B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5FE; }

 p { color: rgb(215,181,254); }

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

background-color css

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

 a { background-color: rgb(215,181,254); }

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

border-color css

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

 span { border-color: rgb(215,181,254); }

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