Html Css Color HEX #D4BAFF Mauve

📋 copy color: '#D4BAFF'

red 212 ◦ green 186 ◦ blue 255

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

Shades of Mauve #D4BAFF

Tints of Mauve #D4BAFF

RGB

 RED value IS 212 (83.2% from 255) = 32.47%

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

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

R = 32.47%
G = 28.48%
B = 39.05%

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

#D4BAFF (or 0xD4BAFF) is known color: Mauve. HEX triplet: D4, BA and FF. RGB value is (212,186,255). Sum of RGB (Red+Green+Blue) = 212+186+255=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAFF is #2B4500. Grayscale: #C9C9C9. Windows color (decimal): -2835713 or 16759508. OLE color: 16759508.

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

Color convert

RGB 212 186 255 -
CMYK 0.17 0.27 0 0
HSL 262.61º 1% 0.86% -
HSV(B) 262.61º 0.27% 1% -
XYZ 62.76 56.33 102.17 -
YUV 201.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 212 186 255 0.17 0.27 0 0 262.61 1 0.86
Hex D4 BA FF 11 1B 0 0 107 64 56
Octal 324 272 377 21 33 0 0 407 144 126
Binary 11010100 10111010 11111111 10001 11011 0 0 100000111 1100100 1010110

Color Harmonies of #D4BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAFF

Black with #D4BAFF

Text Example


Text Example

White with #D4BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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