Html Css Color HEX #D6B9FF Mauve

📋 copy color: '#D6B9FF'

red 214 ◦ green 185 ◦ blue 255

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

Shades of Mauve #D6B9FF

Tints of Mauve #D6B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.29%

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

R = 32.72%
G = 28.29%
B = 38.99%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6B9FF (or 0xD6B9FF) is known color: Mauve. HEX triplet: D6, B9 and FF. RGB value is (214,185,255). Sum of RGB (Red+Green+Blue) = 214+185+255=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9FF is #294600. Grayscale: #C9C9C9. Windows color (decimal): -2704897 or 16759254. OLE color: 16759254.

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

Color convert

RGB 214 185 255 -
CMYK 0.16 0.27 0 0
HSL 264.86º 1% 0.86% -
HSV(B) 264.86º 0.27% 1% -
XYZ 63.13 56.21 102.13 -
YUV 201.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 214 185 255 0.16 0.27 0 0 264.86 1 0.86
Hex D6 B9 FF 10 1B 0 0 109 64 56
Octal 326 271 377 20 33 0 0 411 144 126
Binary 11010110 10111001 11111111 10000 11011 0 0 100001001 1100100 1010110

Color Harmonies of #D6B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B9FF

Black with #D6B9FF

Text Example


Text Example

White with #D6B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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