Html Css Color HEX #D7B8FD Mauve

📋 copy color: '#D7B8FD'

red 215 ◦ green 184 ◦ blue 253

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

Shades of Mauve #D7B8FD

Tints of Mauve #D7B8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.8%

R = 32.98%
G = 28.22%
B = 38.8%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7B8FD (or 0xD7B8FD) is known color: Mauve. HEX triplet: D7, B8 and FD. RGB value is (215,184,253). Sum of RGB (Red+Green+Blue) = 215+184+253=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B8FD is #284702. Grayscale: #C8C8C8. Windows color (decimal): -2639619 or 16627927. OLE color: 16627927.

HSL color Cylindrical-coordinate representation of color #D7B8FD: hue angle of 266.96º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B8FD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 184 253 -
CMYK 0.15 0.27 0 0.01
HSL 266.96º 0.95% 0.86% -
HSV(B) 266.96º 0.27% 0.99% -
XYZ 62.89 55.82 100.39 -
YUV 201.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 215 184 253 0.15 0.27 0 0.01 266.96 0.95 0.86
Hex D7 B8 FD F 1B 0 1 10B 5F 56
Octal 327 270 375 17 33 0 1 413 137 126
Binary 11010111 10111000 11111101 1111 11011 0 1 100001011 1011111 1010110

Color Harmonies of #D7B8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B8FD

Black with #D7B8FD

Text Example


Text Example

White with #D7B8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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