Html Css Color HEX #D9B2FF Mauve

📋 copy color: '#D9B2FF'

red 217 ◦ green 178 ◦ blue 255

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

Shades of Mauve #D9B2FF

Tints of Mauve #D9B2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 33.38%
G = 27.38%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9B2FF (or 0xD9B2FF) is known color: Mauve. HEX triplet: D9, B2 and FF. RGB value is (217,178,255). Sum of RGB (Red+Green+Blue) = 217+178+255=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B2FF is #264D00. Grayscale: #C6C6C6. Windows color (decimal): -2510081 or 16757465. OLE color: 16757465.

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

Color convert

RGB 217 178 255 -
CMYK 0.15 0.30 0 0
HSL 270.39º 1% 0.85% -
HSV(B) 270.39º 0.3% 1% -
XYZ 62.59 53.81 101.7 -
YUV 198.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 217 178 255 0.15 0.30 0 0 270.39 1 0.85
Hex D9 B2 FF F 1E 0 0 10E 64 55
Octal 331 262 377 17 36 0 0 416 144 125
Binary 11011001 10110010 11111111 1111 11110 0 0 100001110 1100100 1010101

Color Harmonies of #D9B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2FF

Black with #D9B2FF

Text Example


Text Example

White with #D9B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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