Html Css Color HEX #D8B5FF Mauve

📋 copy color: '#D8B5FF'

red 216 ◦ green 181 ◦ blue 255

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

Shades of Mauve #D8B5FF

Tints of Mauve #D8B5FF

RGB

 RED value IS 216 (84.77% from 255) = 33.13%

 GREEN value IS 181 (71.09% from 255) = 27.76%

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

R = 33.13%
G = 27.76%
B = 39.11%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8B5FF (or 0xD8B5FF) is known color: Mauve. HEX triplet: D8, B5 and FF. RGB value is (216,181,255). Sum of RGB (Red+Green+Blue) = 216+181+255=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5FF is #274A00. Grayscale: #C7C7C7. Windows color (decimal): -2574849 or 16758232. OLE color: 16758232.

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

Color convert

RGB 216 181 255 -
CMYK 0.15 0.29 0 0
HSL 268.38º 1% 0.85% -
HSV(B) 268.38º 0.29% 1% -
XYZ 62.89 54.87 101.88 -
YUV 199.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 216 181 255 0.15 0.29 0 0 268.38 1 0.85
Hex D8 B5 FF F 1D 0 0 10C 64 55
Octal 330 265 377 17 35 0 0 414 144 125
Binary 11011000 10110101 11111111 1111 11101 0 0 100001100 1100100 1010101

Color Harmonies of #D8B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5FF

Black with #D8B5FF

Text Example


Text Example

White with #D8B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5FF; }

 p { color: rgb(216,181,255); }

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

background-color css

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

 a { background-color: rgb(216,181,255); }

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

border-color css

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

 span { border-color: rgb(216,181,255); }

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