Html Css Color HEX #D7B9FC Mauve

📋 copy color: '#D7B9FC'

red 215 ◦ green 185 ◦ blue 252

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

Shades of Mauve #D7B9FC

Tints of Mauve #D7B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.37%

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

R = 32.98%
G = 28.37%
B = 38.65%

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

#D7B9FC (or 0xD7B9FC) is known color: Mauve. HEX triplet: D7, B9 and FC. RGB value is (215,185,252). Sum of RGB (Red+Green+Blue) = 215+185+252=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9FC is #284603. Grayscale: #C9C9C9. Windows color (decimal): -2639364 or 16562647. OLE color: 16562647.

HSL color Cylindrical-coordinate representation of color #D7B9FC: hue angle of 266.87º degrees, saturation: 0.92, 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 #D7B9FC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 185 252 -
CMYK 0.15 0.27 0 0.01
HSL 266.87º 0.92% 0.86% -
HSV(B) 266.87º 0.27% 0.99% -
XYZ 62.94 56.17 99.62 -
YUV 201.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 215 185 252 0.15 0.27 0 0.01 266.87 0.92 0.86
Hex D7 B9 FC F 1B 0 1 10B 5C 56
Octal 327 271 374 17 33 0 1 413 134 126
Binary 11010111 10111001 11111100 1111 11011 0 1 100001011 1011100 1010110

Color Harmonies of #D7B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B9FC

Black with #D7B9FC

Text Example


Text Example

White with #D7B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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