Html Css Color HEX #D2B0FA Mauve

📋 copy color: '#D2B0FA'

red 210 ◦ green 176 ◦ blue 250

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

Shades of Mauve #D2B0FA

Tints of Mauve #D2B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.67%

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

R = 33.02%
G = 27.67%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2B0FA (or 0xD2B0FA) is known color: Mauve. HEX triplet: D2, B0 and FA. RGB value is (210,176,250). Sum of RGB (Red+Green+Blue) = 210+176+250=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0FA is #2D4F05. Grayscale: #C2C2C2. Windows color (decimal): -2969350 or 16429266. OLE color: 16429266.

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

Color convert

RGB 210 176 250 -
CMYK 0.16 0.30 0 0.02
HSL 267.57º 0.88% 0.84% -
HSV(B) 267.57º 0.3% 0.98% -
XYZ 59.36 51.65 97.28 -
YUV 194.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 210 176 250 0.16 0.30 0 0.02 267.57 0.88 0.84
Hex D2 B0 FA 10 1E 0 2 10C 58 54
Octal 322 260 372 20 36 0 2 414 130 124
Binary 11010010 10110000 11111010 10000 11110 0 10 100001100 1011000 1010100

Color Harmonies of #D2B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0FA

Black with #D2B0FA

Text Example


Text Example

White with #D2B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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