Html Css Color HEX #D9BAEF Mauve

📋 copy color: '#D9BAEF'

red 217 ◦ green 186 ◦ blue 239

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

Shades of Mauve #D9BAEF

Tints of Mauve #D9BAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.97%

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 33.8%
G = 28.97%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9BAEF (or 0xD9BAEF) is known color: Mauve. HEX triplet: D9, BA and EF. RGB value is (217,186,239). Sum of RGB (Red+Green+Blue) = 217+186+239=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAEF is #264510. Grayscale: #C9C9C9. Windows color (decimal): -2508049 or 15710937. OLE color: 15710937.

HSL color Cylindrical-coordinate representation of color #D9BAEF: hue angle of 275.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BAEF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 186 239 -
CMYK 0.09 0.22 0 0.06
HSL 275.09º 0.62% 0.83% -
HSV(B) 275.09º 0.22% 0.94% -
XYZ 61.75 56.1 89.24 -
YUV 201.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 217 186 239 0.09 0.22 0 0.06 275.09 0.62 0.83
Hex D9 BA EF 9 16 0 6 113 3E 53
Octal 331 272 357 11 26 0 6 423 76 123
Binary 11011001 10111010 11101111 1001 10110 0 110 100010011 111110 1010011

Color Harmonies of #D9BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAEF

Black with #D9BAEF

Text Example


Text Example

White with #D9BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAEF; }

 p { color: rgb(217,186,239); }

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

background-color css

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

 a { background-color: rgb(217,186,239); }

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

border-color css

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

 span { border-color: rgb(217,186,239); }

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