Html Css Color HEX #D9B9FA Mauve

📋 copy color: '#D9B9FA'

red 217 ◦ green 185 ◦ blue 250

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

Shades of Mauve #D9B9FA

Tints of Mauve #D9B9FA

RGB

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

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

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

R = 33.28%
G = 28.37%
B = 38.34%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9B9FA (or 0xD9B9FA) is known color: Mauve. HEX triplet: D9, B9 and FA. RGB value is (217,185,250). Sum of RGB (Red+Green+Blue) = 217+185+250=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9FA is #264605. Grayscale: #C9C9C9. Windows color (decimal): -2508294 or 16431577. OLE color: 16431577.

HSL color Cylindrical-coordinate representation of color #D9B9FA: hue angle of 269.54º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B9FA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 185 250 -
CMYK 0.13 0.26 0 0.02
HSL 269.54º 0.87% 0.85% -
HSV(B) 269.54º 0.26% 0.98% -
XYZ 63.22 56.35 97.99 -
YUV 201.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 217 185 250 0.13 0.26 0 0.02 269.54 0.87 0.85
Hex D9 B9 FA D 1A 0 2 10E 57 55
Octal 331 271 372 15 32 0 2 416 127 125
Binary 11011001 10111001 11111010 1101 11010 0 10 100001110 1010111 1010101

Color Harmonies of #D9B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9FA

Black with #D9B9FA

Text Example


Text Example

White with #D9B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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