Html Css Color HEX #D6BBFE Mauve

📋 copy color: '#D6BBFE'

red 214 ◦ green 187 ◦ blue 254

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

Shades of Mauve #D6BBFE

Tints of Mauve #D6BBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 32.67%
G = 28.55%
B = 38.78%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6BBFE (or 0xD6BBFE) is known color: Mauve. HEX triplet: D6, BB and FE. RGB value is (214,187,254). Sum of RGB (Red+Green+Blue) = 214+187+254=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBFE is #294401. Grayscale: #CACACA. Windows color (decimal): -2704386 or 16694230. OLE color: 16694230.

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

Color convert

RGB 214 187 254 -
CMYK 0.16 0.26 0 0.00
HSL 264.18º 0.97% 0.86% -
HSV(B) 264.18º 0.26% 1% -
XYZ 63.39 56.99 101.43 -
YUV 202.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 214 187 254 0.16 0.26 0 0.00 264.18 0.97 0.86
Hex D6 BB FE 10 1A 0 0 108 61 56
Octal 326 273 376 20 32 0 0 410 141 126
Binary 11010110 10111011 11111110 10000 11010 0 0 100001000 1100001 1010110

Color Harmonies of #D6BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBFE

Black with #D6BBFE

Text Example


Text Example

White with #D6BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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