Html Css Color HEX #D3BAFF Mauve

📋 copy color: '#D3BAFF'

red 211 ◦ green 186 ◦ blue 255

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

Shades of Mauve #D3BAFF

Tints of Mauve #D3BAFF

RGB

 RED value IS 211 (82.81% from 255) = 32.36%

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

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

R = 32.36%
G = 28.53%
B = 39.11%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3BAFF (or 0xD3BAFF) is known color: Mauve. HEX triplet: D3, BA and FF. RGB value is (211,186,255). Sum of RGB (Red+Green+Blue) = 211+186+255=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAFF is #2C4500. Grayscale: #C9C9C9. Windows color (decimal): -2901249 or 16759507. OLE color: 16759507.

HSL color Cylindrical-coordinate representation of color #D3BAFF: hue angle of 261.74º 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 #D3BAFF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 186 255 -
CMYK 0.17 0.27 0 0
HSL 261.74º 1% 0.86% -
HSV(B) 261.74º 0.27% 1% -
XYZ 62.47 56.19 102.16 -
YUV 201.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 211 186 255 0.17 0.27 0 0 261.74 1 0.86
Hex D3 BA FF 11 1B 0 0 106 64 56
Octal 323 272 377 21 33 0 0 406 144 126
Binary 11010011 10111010 11111111 10001 11011 0 0 100000110 1100100 1010110

Color Harmonies of #D3BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BAFF

Black with #D3BAFF

Text Example


Text Example

White with #D3BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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