Html Css Color HEX #D6BAFA Mauve

📋 copy color: '#D6BAFA'

red 214 ◦ green 186 ◦ blue 250

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

Shades of Mauve #D6BAFA

Tints of Mauve #D6BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 32.92%
G = 28.62%
B = 38.46%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6BAFA (or 0xD6BAFA) is known color: Mauve. HEX triplet: D6, BA and FA. RGB value is (214,186,250). Sum of RGB (Red+Green+Blue) = 214+186+250=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAFA is #294505. Grayscale: #C9C9C9. Windows color (decimal): -2704646 or 16431830. OLE color: 16431830.

HSL color Cylindrical-coordinate representation of color #D6BAFA: hue angle of 266.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6BAFA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 186 250 -
CMYK 0.14 0.26 0 0.02
HSL 266.25º 0.86% 0.85% -
HSV(B) 266.25º 0.26% 0.98% -
XYZ 62.55 56.32 98.02 -
YUV 201.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 214 186 250 0.14 0.26 0 0.02 266.25 0.86 0.85
Hex D6 BA FA E 1A 0 2 10A 56 55
Octal 326 272 372 16 32 0 2 412 126 125
Binary 11010110 10111010 11111010 1110 11010 0 10 100001010 1010110 1010101

Color Harmonies of #D6BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAFA

Black with #D6BAFA

Text Example


Text Example

White with #D6BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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