Html Css Color HEX #D2B7FA Mauve

📋 copy color: '#D2B7FA'

red 210 ◦ green 183 ◦ blue 250

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

Shades of Mauve #D2B7FA

Tints of Mauve #D2B7FA

RGB

 RED value IS 210 (82.42% from 255) = 32.66%

 GREEN value IS 183 (71.88% from 255) = 28.46%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 32.66%
G = 28.46%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2B7FA (or 0xD2B7FA) is known color: Mauve. HEX triplet: D2, B7 and FA. RGB value is (210,183,250). Sum of RGB (Red+Green+Blue) = 210+183+250=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2B7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7FA is #2D4805. Grayscale: #C6C6C6. Windows color (decimal): -2967558 or 16431058. OLE color: 16431058.

HSL color Cylindrical-coordinate representation of color #D2B7FA: hue angle of 264.18º degrees, saturation: 0.87, 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 #D2B7FA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 183 250 -
CMYK 0.16 0.27 0 0.02
HSL 264.18º 0.87% 0.85% -
HSV(B) 264.18º 0.27% 0.98% -
XYZ 60.77 54.47 97.75 -
YUV 198.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 210 183 250 0.16 0.27 0 0.02 264.18 0.87 0.85
Hex D2 B7 FA 10 1B 0 2 108 57 55
Octal 322 267 372 20 33 0 2 410 127 125
Binary 11010010 10110111 11111010 10000 11011 0 10 100001000 1010111 1010101

Color Harmonies of #D2B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B7FA

Black with #D2B7FA

Text Example


Text Example

White with #D2B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B7FA; }

 p { color: rgb(210,183,250); }

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

background-color css

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

 a { background-color: rgb(210,183,250); }

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

border-color css

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

 span { border-color: rgb(210,183,250); }

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