Html Css Color HEX #D7B8FB Mauve

📋 copy color: '#D7B8FB'

red 215 ◦ green 184 ◦ blue 251

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

Shades of Mauve #D7B8FB

Tints of Mauve #D7B8FB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.31%

 BLUE value IS 251 (98.44% from 255) = 38.62%

R = 33.08%
G = 28.31%
B = 38.62%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7B8FB (or 0xD7B8FB) is known color: Mauve. HEX triplet: D7, B8 and FB. RGB value is (215,184,251). Sum of RGB (Red+Green+Blue) = 215+184+251=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 184 (72.27% from 255 or 28.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B8FB is #284704. Grayscale: #C8C8C8. Windows color (decimal): -2639621 or 16496855. OLE color: 16496855.

HSL color Cylindrical-coordinate representation of color #D7B8FB: hue angle of 267.76º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B8FB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 184 251 -
CMYK 0.14 0.27 0 0.02
HSL 267.76º 0.89% 0.85% -
HSV(B) 267.76º 0.27% 0.98% -
XYZ 62.58 55.69 98.72 -
YUV 200.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 215 184 251 0.14 0.27 0 0.02 267.76 0.89 0.85
Hex D7 B8 FB E 1B 0 2 10C 59 55
Octal 327 270 373 16 33 0 2 414 131 125
Binary 11010111 10111000 11111011 1110 11011 0 10 100001100 1011001 1010101

Color Harmonies of #D7B8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B8FB

Black with #D7B8FB

Text Example


Text Example

White with #D7B8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B8FB; }

 p { color: rgb(215,184,251); }

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

background-color css

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

 a { background-color: rgb(215,184,251); }

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

border-color css

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

 span { border-color: rgb(215,184,251); }

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