Html Css Color HEX #D6B8FF Mauve

📋 copy color: '#D6B8FF'

red 214 ◦ green 184 ◦ blue 255

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

Shades of Mauve #D6B8FF

Tints of Mauve #D6B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.18%

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

R = 32.77%
G = 28.18%
B = 39.05%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6B8FF (or 0xD6B8FF) is known color: Mauve. HEX triplet: D6, B8 and FF. RGB value is (214,184,255). Sum of RGB (Red+Green+Blue) = 214+184+255=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 184 (72.27% from 255 or 28.18% 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 #D6B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B8FF is #294700. Grayscale: #C8C8C8. Windows color (decimal): -2705153 or 16758998. OLE color: 16758998.

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

Color convert

RGB 214 184 255 -
CMYK 0.16 0.28 0 0
HSL 265.35º 1% 0.86% -
HSV(B) 265.35º 0.28% 1% -
XYZ 62.92 55.8 102.06 -
YUV 201.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 214 184 255 0.16 0.28 0 0 265.35 1 0.86
Hex D6 B8 FF 10 1C 0 0 109 64 56
Octal 326 270 377 20 34 0 0 411 144 126
Binary 11010110 10111000 11111111 10000 11100 0 0 100001001 1100100 1010110

Color Harmonies of #D6B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B8FF

Black with #D6B8FF

Text Example


Text Example

White with #D6B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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