Html Css Color HEX #D9B9EA Mauve

📋 copy color: '#D9B9EA'

red 217 ◦ green 185 ◦ blue 234

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

Shades of Mauve #D9B9EA

Tints of Mauve #D9B9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.09%

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

R = 34.12%
G = 29.09%
B = 36.79%

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

#D9B9EA (or 0xD9B9EA) is known color: Mauve. HEX triplet: D9, B9 and EA. RGB value is (217,185,234). Sum of RGB (Red+Green+Blue) = 217+185+234=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9EA is #264615. Grayscale: #C7C7C7. Windows color (decimal): -2508310 or 15383001. OLE color: 15383001.

HSL color Cylindrical-coordinate representation of color #D9B9EA: hue angle of 279.18º 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 #D9B9EA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 185 234 -
CMYK 0.07 0.21 0 0.08
HSL 279.18º 0.54% 0.82% -
HSV(B) 279.18º 0.21% 0.92% -
XYZ 60.82 55.39 85.33 -
YUV 200.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 217 185 234 0.07 0.21 0 0.08 279.18 0.54 0.82
Hex D9 B9 EA 7 15 0 8 117 36 52
Octal 331 271 352 7 25 0 10 427 66 122
Binary 11011001 10111001 11101010 111 10101 0 1000 100010111 110110 1010010

Color Harmonies of #D9B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9EA

Black with #D9B9EA

Text Example


Text Example

White with #D9B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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