Html Css Color HEX #D6BBFF Mauve

📋 copy color: '#D6BBFF'

red 214 ◦ green 187 ◦ blue 255

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

Shades of Mauve #D6BBFF

Tints of Mauve #D6BBFF

RGB

 RED value IS 214 (83.98% from 255) = 32.62%

 GREEN value IS 187 (73.44% from 255) = 28.51%

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

R = 32.62%
G = 28.51%
B = 38.87%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6BBFF (or 0xD6BBFF) is known color: Mauve. HEX triplet: D6, BB and FF. RGB value is (214,187,255). Sum of RGB (Red+Green+Blue) = 214+187+255=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBFF is #294400. Grayscale: #CACACA. Windows color (decimal): -2704385 or 16759766. OLE color: 16759766.

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

Color convert

RGB 214 187 255 -
CMYK 0.16 0.27 0 0
HSL 263.82º 1% 0.87% -
HSV(B) 263.82º 0.27% 1% -
XYZ 63.55 57.06 102.27 -
YUV 202.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 214 187 255 0.16 0.27 0 0 263.82 1 0.87
Hex D6 BB FF 10 1B 0 0 108 64 57
Octal 326 273 377 20 33 0 0 410 144 127
Binary 11010110 10111011 11111111 10000 11011 0 0 100001000 1100100 1010111

Color Harmonies of #D6BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBFF

Black with #D6BBFF

Text Example


Text Example

White with #D6BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBFF; }

 p { color: rgb(214,187,255); }

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

background-color css

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

 a { background-color: rgb(214,187,255); }

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

border-color css

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

 span { border-color: rgb(214,187,255); }

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