Html Css Color HEX #D1B8FF Mauve

📋 copy color: '#D1B8FF'

red 209 ◦ green 184 ◦ blue 255

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

Shades of Mauve #D1B8FF

Tints of Mauve #D1B8FF

RGB

 RED value IS 209 (82.03% from 255) = 32.25%

 GREEN value IS 184 (72.27% from 255) = 28.4%

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

R = 32.25%
G = 28.4%
B = 39.35%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1B8FF (or 0xD1B8FF) is known color: Mauve. HEX triplet: D1, B8 and FF. RGB value is (209,184,255). Sum of RGB (Red+Green+Blue) = 209+184+255=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8FF is #2E4700. Grayscale: #C7C7C7. Windows color (decimal): -3032833 or 16758993. OLE color: 16758993.

HSL color Cylindrical-coordinate representation of color #D1B8FF: hue angle of 261.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1B8FF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 184 255 -
CMYK 0.18 0.28 0 0
HSL 261.13º 1% 0.86% -
HSV(B) 261.13º 0.28% 1% -
XYZ 61.48 55.06 101.99 -
YUV 199.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 209 184 255 0.18 0.28 0 0 261.13 1 0.86
Hex D1 B8 FF 12 1C 0 0 105 64 56
Octal 321 270 377 22 34 0 0 405 144 126
Binary 11010001 10111000 11111111 10010 11100 0 0 100000101 1100100 1010110

Color Harmonies of #D1B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B8FF

Black with #D1B8FF

Text Example


Text Example

White with #D1B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B8FF; }

 p { color: rgb(209,184,255); }

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

background-color css

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

 a { background-color: rgb(209,184,255); }

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

border-color css

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

 span { border-color: rgb(209,184,255); }

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