Html Css Color HEX #D9B2FE Mauve

📋 copy color: '#D9B2FE'

red 217 ◦ green 178 ◦ blue 254

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

Shades of Mauve #D9B2FE

Tints of Mauve #D9B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.43%

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 33.44%
G = 27.43%
B = 39.14%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9B2FE (or 0xD9B2FE) is known color: Mauve. HEX triplet: D9, B2 and FE. RGB value is (217,178,254). Sum of RGB (Red+Green+Blue) = 217+178+254=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B2FE is #264D01. Grayscale: #C6C6C6. Windows color (decimal): -2510082 or 16691929. OLE color: 16691929.

HSL color Cylindrical-coordinate representation of color #D9B2FE: hue angle of 270.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B2FE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 178 254 -
CMYK 0.15 0.30 0 0.00
HSL 270.79º 0.97% 0.85% -
HSV(B) 270.79º 0.3% 1% -
XYZ 62.43 53.75 100.85 -
YUV 198.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 217 178 254 0.15 0.30 0 0.00 270.79 0.97 0.85
Hex D9 B2 FE F 1E 0 0 10F 61 55
Octal 331 262 376 17 36 0 0 417 141 125
Binary 11011001 10110010 11111110 1111 11110 0 0 100001111 1100001 1010101

Color Harmonies of #D9B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2FE

Black with #D9B2FE

Text Example


Text Example

White with #D9B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2FE; }

 p { color: rgb(217,178,254); }

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

background-color css

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

 a { background-color: rgb(217,178,254); }

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

border-color css

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

 span { border-color: rgb(217,178,254); }

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