Html Css Color HEX #D8B5F0 Mauve

📋 copy color: '#D8B5F0'

red 216 ◦ green 181 ◦ blue 240

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

Shades of Mauve #D8B5F0

Tints of Mauve #D8B5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 33.91%
G = 28.41%
B = 37.68%

CMYK

 C value IS 0.1

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8B5F0 (or 0xD8B5F0) is known color: Mauve. HEX triplet: D8, B5 and F0. RGB value is (216,181,240). Sum of RGB (Red+Green+Blue) = 216+181+240=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8B5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5F0 is #274A0F. Grayscale: #C5C5C5. Windows color (decimal): -2574864 or 15775192. OLE color: 15775192.

HSL color Cylindrical-coordinate representation of color #D8B5F0: hue angle of 275.59º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8B5F0 is Cyan = 0.1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 181 240 -
CMYK 0.1 0.25 0 0.06
HSL 275.59º 0.66% 0.83% -
HSV(B) 275.59º 0.25% 0.94% -
XYZ 60.57 53.94 89.66 -
YUV 198.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 216 181 240 0.1 0.25 0 0.06 275.59 0.66 0.83
Hex D8 B5 F0 A 19 0 6 114 42 53
Octal 330 265 360 12 31 0 6 424 102 123
Binary 11011000 10110101 11110000 1010 11001 0 110 100010100 1000010 1010011

Color Harmonies of #D8B5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5F0

Black with #D8B5F0

Text Example


Text Example

White with #D8B5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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