Html Css Color HEX #D6B5F7 Mauve

📋 copy color: '#D6B5F7'

red 214 ◦ green 181 ◦ blue 247

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

Shades of Mauve #D6B5F7

Tints of Mauve #D6B5F7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.19%

 BLUE value IS 247 (96.88% from 255) = 38.47%

R = 33.33%
G = 28.19%
B = 38.47%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D6B5F7 (or 0xD6B5F7) is known color: Mauve. HEX triplet: D6, B5 and F7. RGB value is (214,181,247). Sum of RGB (Red+Green+Blue) = 214+181+247=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6B5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5F7 is #294A08. Grayscale: #C6C6C6. Windows color (decimal): -2705929 or 16233942. OLE color: 16233942.

HSL color Cylindrical-coordinate representation of color #D6B5F7: hue angle of 270º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B5F7 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 181 247 -
CMYK 0.13 0.27 0 0.03
HSL 270º 0.8% 0.84% -
HSV(B) 270º 0.27% 0.97% -
XYZ 61.04 54.06 95.21 -
YUV 198.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 214 181 247 0.13 0.27 0 0.03 270 0.8 0.84
Hex D6 B5 F7 D 1B 0 3 10E 50 54
Octal 326 265 367 15 33 0 3 416 120 124
Binary 11010110 10110101 11110111 1101 11011 0 11 100001110 1010000 1010100

Color Harmonies of #D6B5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5F7

Black with #D6B5F7

Text Example


Text Example

White with #D6B5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5F7; }

 p { color: rgb(214,181,247); }

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

background-color css

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

 a { background-color: rgb(214,181,247); }

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

border-color css

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

 span { border-color: rgb(214,181,247); }

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