Html Css Color HEX #D6B8F3 Mauve

📋 copy color: '#D6B8F3'

red 214 ◦ green 184 ◦ blue 243

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

Shades of Mauve #D6B8F3

Tints of Mauve #D6B8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 33.39%
G = 28.71%
B = 37.91%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6B8F3 (or 0xD6B8F3) is known color: Mauve. HEX triplet: D6, B8 and F3. RGB value is (214,184,243). Sum of RGB (Red+Green+Blue) = 214+184+243=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B8F3 is #29470C. Grayscale: #C7C7C7. Windows color (decimal): -2705165 or 15972566. OLE color: 15972566.

HSL color Cylindrical-coordinate representation of color #D6B8F3: hue angle of 270.51º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6B8F3 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 184 243 -
CMYK 0.12 0.24 0 0.05
HSL 270.51º 0.71% 0.84% -
HSV(B) 270.51º 0.24% 0.95% -
XYZ 61.05 55.05 92.2 -
YUV 199.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 214 184 243 0.12 0.24 0 0.05 270.51 0.71 0.84
Hex D6 B8 F3 C 18 0 5 10F 47 54
Octal 326 270 363 14 30 0 5 417 107 124
Binary 11010110 10111000 11110011 1100 11000 0 101 100001111 1000111 1010100

Color Harmonies of #D6B8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B8F3

Black with #D6B8F3

Text Example


Text Example

White with #D6B8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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