Html Css Color HEX #D5B4F6 Mauve

📋 copy color: '#D5B4F6'

red 213 ◦ green 180 ◦ blue 246

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

Shades of Mauve #D5B4F6

Tints of Mauve #D5B4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.17%

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 33.33%
G = 28.17%
B = 38.5%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D5B4F6 (or 0xD5B4F6) is known color: Mauve. HEX triplet: D5, B4 and F6. RGB value is (213,180,246). Sum of RGB (Red+Green+Blue) = 213+180+246=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5B4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4F6 is #2A4B09. Grayscale: #C5C5C5. Windows color (decimal): -2771722 or 16168149. OLE color: 16168149.

HSL color Cylindrical-coordinate representation of color #D5B4F6: hue angle of 270º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B4F6 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 180 246 -
CMYK 0.13 0.27 0 0.04
HSL 270º 0.79% 0.84% -
HSV(B) 270º 0.27% 0.96% -
XYZ 60.4 53.44 94.32 -
YUV 197.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 213 180 246 0.13 0.27 0 0.04 270 0.79 0.84
Hex D5 B4 F6 D 1B 0 4 10E 4F 54
Octal 325 264 366 15 33 0 4 416 117 124
Binary 11010101 10110100 11110110 1101 11011 0 100 100001110 1001111 1010100

Color Harmonies of #D5B4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B4F6

Black with #D5B4F6

Text Example


Text Example

White with #D5B4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B4F6; }

 p { color: rgb(213,180,246); }

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

background-color css

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

 a { background-color: rgb(213,180,246); }

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

border-color css

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

 span { border-color: rgb(213,180,246); }

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