Html Css Color HEX #D5B0FA Mauve

📋 copy color: '#D5B0FA'

red 213 ◦ green 176 ◦ blue 250

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

Shades of Mauve #D5B0FA

Tints of Mauve #D5B0FA

RGB

 RED value IS 213 (83.59% from 255) = 33.33%

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

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

R = 33.33%
G = 27.54%
B = 39.12%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5B0FA (or 0xD5B0FA) is known color: Mauve. HEX triplet: D5, B0 and FA. RGB value is (213,176,250). Sum of RGB (Red+Green+Blue) = 213+176+250=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0FA is #2A4F05. Grayscale: #C3C3C3. Windows color (decimal): -2772742 or 16429269. OLE color: 16429269.

HSL color Cylindrical-coordinate representation of color #D5B0FA: hue angle of 270º 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 #D5B0FA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 176 250 -
CMYK 0.15 0.30 0 0.02
HSL 270º 0.88% 0.84% -
HSV(B) 270º 0.3% 0.98% -
XYZ 60.22 52.1 97.32 -
YUV 195.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 213 176 250 0.15 0.30 0 0.02 270 0.88 0.84
Hex D5 B0 FA F 1E 0 2 10E 58 54
Octal 325 260 372 17 36 0 2 416 130 124
Binary 11010101 10110000 11111010 1111 11110 0 10 100001110 1011000 1010100

Color Harmonies of #D5B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B0FA

Black with #D5B0FA

Text Example


Text Example

White with #D5B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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