Html Css Color HEX #D8BCFF Mauve

📋 copy color: '#D8BCFF'

red 216 ◦ green 188 ◦ blue 255

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

Shades of Mauve #D8BCFF

Tints of Mauve #D8BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.53%

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

R = 32.78%
G = 28.53%
B = 38.69%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8BCFF (or 0xD8BCFF) is known color: Mauve. HEX triplet: D8, BC and FF. RGB value is (216,188,255). Sum of RGB (Red+Green+Blue) = 216+188+255=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCFF is #274300. Grayscale: #CBCBCB. Windows color (decimal): -2573057 or 16760024. OLE color: 16760024.

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

Color convert

RGB 216 188 255 -
CMYK 0.15 0.26 0 0
HSL 265.07º 1% 0.87% -
HSV(B) 265.07º 0.26% 1% -
XYZ 64.35 57.79 102.37 -
YUV 204.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 216 188 255 0.15 0.26 0 0 265.07 1 0.87
Hex D8 BC FF F 1A 0 0 109 64 57
Octal 330 274 377 17 32 0 0 411 144 127
Binary 11011000 10111100 11111111 1111 11010 0 0 100001001 1100100 1010111

Color Harmonies of #D8BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCFF

Black with #D8BCFF

Text Example


Text Example

White with #D8BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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