Html Css Color HEX #D9B8EA Mauve

📋 copy color: '#D9B8EA'

red 217 ◦ green 184 ◦ blue 234

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

Shades of Mauve #D9B8EA

Tints of Mauve #D9B8EA

RGB

 RED value IS 217 (85.16% from 255) = 34.17%

 GREEN value IS 184 (72.27% from 255) = 28.98%

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 34.17%
G = 28.98%
B = 36.85%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9B8EA (or 0xD9B8EA) is known color: Mauve. HEX triplet: D9, B8 and EA. RGB value is (217,184,234). Sum of RGB (Red+Green+Blue) = 217+184+234=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B8EA is #264715. Grayscale: #C7C7C7. Windows color (decimal): -2508566 or 15382745. OLE color: 15382745.

HSL color Cylindrical-coordinate representation of color #D9B8EA: hue angle of 279.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B8EA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 184 234 -
CMYK 0.07 0.21 0 0.08
HSL 279.6º 0.54% 0.82% -
HSV(B) 279.6º 0.21% 0.92% -
XYZ 60.61 54.97 85.26 -
YUV 199.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 217 184 234 0.07 0.21 0 0.08 279.6 0.54 0.82
Hex D9 B8 EA 7 15 0 8 118 36 52
Octal 331 270 352 7 25 0 10 430 66 122
Binary 11011001 10111000 11101010 111 10101 0 1000 100011000 110110 1010010

Color Harmonies of #D9B8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B8EA

Black with #D9B8EA

Text Example


Text Example

White with #D9B8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B8EA; }

 p { color: rgb(217,184,234); }

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

background-color css

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

 a { background-color: rgb(217,184,234); }

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

border-color css

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

 span { border-color: rgb(217,184,234); }

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