Html Css Color HEX #D2B1FA Mauve

📋 copy color: '#D2B1FA'

red 210 ◦ green 177 ◦ blue 250

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

Shades of Mauve #D2B1FA

Tints of Mauve #D2B1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.79%

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

R = 32.97%
G = 27.79%
B = 39.25%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2B1FA (or 0xD2B1FA) is known color: Mauve. HEX triplet: D2, B1 and FA. RGB value is (210,177,250). Sum of RGB (Red+Green+Blue) = 210+177+250=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B1FA is #2D4E05. Grayscale: #C2C2C2. Windows color (decimal): -2969094 or 16429522. OLE color: 16429522.

HSL color Cylindrical-coordinate representation of color #D2B1FA: hue angle of 267.12º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B1FA is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 177 250 -
CMYK 0.16 0.29 0 0.02
HSL 267.12º 0.88% 0.84% -
HSV(B) 267.12º 0.29% 0.98% -
XYZ 59.56 52.05 97.35 -
YUV 195.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 210 177 250 0.16 0.29 0 0.02 267.12 0.88 0.84
Hex D2 B1 FA 10 1D 0 2 10B 58 54
Octal 322 261 372 20 35 0 2 413 130 124
Binary 11010010 10110001 11111010 10000 11101 0 10 100001011 1011000 1010100

Color Harmonies of #D2B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1FA

Black with #D2B1FA

Text Example


Text Example

White with #D2B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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