Html Css Color HEX #D6B8F4 Mauve

📋 copy color: '#D6B8F4'

red 214 ◦ green 184 ◦ blue 244

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

Shades of Mauve #D6B8F4

Tints of Mauve #D6B8F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.01%

R = 33.33%
G = 28.66%
B = 38.01%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6B8F4 (or 0xD6B8F4) is known color: Mauve. HEX triplet: D6, B8 and F4. RGB value is (214,184,244). Sum of RGB (Red+Green+Blue) = 214+184+244=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6B8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B8F4 is #29470B. Grayscale: #C7C7C7. Windows color (decimal): -2705164 or 16038102. OLE color: 16038102.

HSL color Cylindrical-coordinate representation of color #D6B8F4: hue angle of 270º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B8F4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 184 244 -
CMYK 0.12 0.25 0 0.04
HSL 270º 0.73% 0.84% -
HSV(B) 270º 0.25% 0.96% -
XYZ 61.2 55.11 93 -
YUV 199.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 214 184 244 0.12 0.25 0 0.04 270 0.73 0.84
Hex D6 B8 F4 C 19 0 4 10E 49 54
Octal 326 270 364 14 31 0 4 416 111 124
Binary 11010110 10111000 11110100 1100 11001 0 100 100001110 1001001 1010100

Color Harmonies of #D6B8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B8F4

Black with #D6B8F4

Text Example


Text Example

White with #D6B8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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