Html Css Color HEX #D6BAFF Mauve

📋 copy color: '#D6BAFF'

red 214 ◦ green 186 ◦ blue 255

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

Shades of Mauve #D6BAFF

Tints of Mauve #D6BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.4%

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

R = 32.67%
G = 28.4%
B = 38.93%

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

#D6BAFF (or 0xD6BAFF) is known color: Mauve. HEX triplet: D6, BA and FF. RGB value is (214,186,255). Sum of RGB (Red+Green+Blue) = 214+186+255=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAFF is #294500. Grayscale: #C9C9C9. Windows color (decimal): -2704641 or 16759510. OLE color: 16759510.

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

Color convert

RGB 214 186 255 -
CMYK 0.16 0.27 0 0
HSL 264.35º 1% 0.86% -
HSV(B) 264.35º 0.27% 1% -
XYZ 63.34 56.63 102.2 -
YUV 202.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 214 186 255 0.16 0.27 0 0 264.35 1 0.86
Hex D6 BA FF 10 1B 0 0 108 64 56
Octal 326 272 377 20 33 0 0 410 144 126
Binary 11010110 10111010 11111111 10000 11011 0 0 100001000 1100100 1010110

Color Harmonies of #D6BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAFF

Black with #D6BAFF

Text Example


Text Example

White with #D6BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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