Html Css Color HEX #D7B8FC Mauve

📋 copy color: '#D7B8FC'

red 215 ◦ green 184 ◦ blue 252

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

Shades of Mauve #D7B8FC

Tints of Mauve #D7B8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.71%

R = 33.03%
G = 28.26%
B = 38.71%

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

#D7B8FC (or 0xD7B8FC) is known color: Mauve. HEX triplet: D7, B8 and FC. RGB value is (215,184,252). Sum of RGB (Red+Green+Blue) = 215+184+252=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B8FC is #284703. Grayscale: #C8C8C8. Windows color (decimal): -2639620 or 16562391. OLE color: 16562391.

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

Color convert

RGB 215 184 252 -
CMYK 0.15 0.27 0 0.01
HSL 267.35º 0.92% 0.85% -
HSV(B) 267.35º 0.27% 0.99% -
XYZ 62.74 55.76 99.55 -
YUV 201.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 215 184 252 0.15 0.27 0 0.01 267.35 0.92 0.85
Hex D7 B8 FC F 1B 0 1 10B 5C 55
Octal 327 270 374 17 33 0 1 413 134 125
Binary 11010111 10111000 11111100 1111 11011 0 1 100001011 1011100 1010101

Color Harmonies of #D7B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B8FC

Black with #D7B8FC

Text Example


Text Example

White with #D7B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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