Html Css Color HEX #D6B5EE Mauve

📋 copy color: '#D6B5EE'

red 214 ◦ green 181 ◦ blue 238

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

Shades of Mauve #D6B5EE

Tints of Mauve #D6B5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 33.81%
G = 28.59%
B = 37.6%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6B5EE (or 0xD6B5EE) is known color: Mauve. HEX triplet: D6, B5 and EE. RGB value is (214,181,238). Sum of RGB (Red+Green+Blue) = 214+181+238=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5EE is #294A11. Grayscale: #C5C5C5. Windows color (decimal): -2705938 or 15644118. OLE color: 15644118.

HSL color Cylindrical-coordinate representation of color #D6B5EE: hue angle of 274.74º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6B5EE is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 181 238 -
CMYK 0.10 0.24 0 0.07
HSL 274.74º 0.63% 0.82% -
HSV(B) 274.74º 0.24% 0.93% -
XYZ 59.69 53.52 88.07 -
YUV 197.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 214 181 238 0.10 0.24 0 0.07 274.74 0.63 0.82
Hex D6 B5 EE A 18 0 7 113 3F 52
Octal 326 265 356 12 30 0 7 423 77 122
Binary 11010110 10110101 11101110 1010 11000 0 111 100010011 111111 1010010

Color Harmonies of #D6B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5EE

Black with #D6B5EE

Text Example


Text Example

White with #D6B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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