Html Css Color HEX #D7BAFA Mauve

📋 copy color: '#D7BAFA'

red 215 ◦ green 186 ◦ blue 250

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

Shades of Mauve #D7BAFA

Tints of Mauve #D7BAFA

RGB

 RED value IS 215 (84.38% from 255) = 33.03%

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

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

R = 33.03%
G = 28.57%
B = 38.4%

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

#D7BAFA (or 0xD7BAFA) is known color: Mauve. HEX triplet: D7, BA and FA. RGB value is (215,186,250). Sum of RGB (Red+Green+Blue) = 215+186+250=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAFA is #284505. Grayscale: #C9C9C9. Windows color (decimal): -2639110 or 16431831. OLE color: 16431831.

HSL color Cylindrical-coordinate representation of color #D7BAFA: hue angle of 267.19º 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 #D7BAFA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 186 250 -
CMYK 0.14 0.26 0 0.02
HSL 267.19º 0.86% 0.85% -
HSV(B) 267.19º 0.26% 0.98% -
XYZ 62.84 56.47 98.03 -
YUV 201.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 215 186 250 0.14 0.26 0 0.02 267.19 0.86 0.85
Hex D7 BA FA E 1A 0 2 10B 56 55
Octal 327 272 372 16 32 0 2 413 126 125
Binary 11010111 10111010 11111010 1110 11010 0 10 100001011 1010110 1010101

Color Harmonies of #D7BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAFA

Black with #D7BAFA

Text Example


Text Example

White with #D7BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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