Html Css Color HEX #D8B3F0 Mauve

📋 copy color: '#D8B3F0'

red 216 ◦ green 179 ◦ blue 240

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

Shades of Mauve #D8B3F0

Tints of Mauve #D8B3F0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.19%

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

R = 34.02%
G = 28.19%
B = 37.8%

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

#D8B3F0 (or 0xD8B3F0) is known color: Mauve. HEX triplet: D8, B3 and F0. RGB value is (216,179,240). Sum of RGB (Red+Green+Blue) = 216+179+240=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8B3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B3F0 is #274C0F. Grayscale: #C4C4C4. Windows color (decimal): -2575376 or 15774680. OLE color: 15774680.

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

Color convert

RGB 216 179 240 -
CMYK 0.1 0.25 0 0.06
HSL 276.39º 0.67% 0.82% -
HSV(B) 276.39º 0.25% 0.94% -
XYZ 60.17 53.13 89.52 -
YUV 197.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 216 179 240 0.1 0.25 0 0.06 276.39 0.67 0.82
Hex D8 B3 F0 A 19 0 6 114 43 52
Octal 330 263 360 12 31 0 6 424 103 122
Binary 11011000 10110011 11110000 1010 11001 0 110 100010100 1000011 1010010

Color Harmonies of #D8B3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B3F0

Black with #D8B3F0

Text Example


Text Example

White with #D8B3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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