Html Css Color HEX #D6B2FA Mauve

📋 copy color: '#D6B2FA'

red 214 ◦ green 178 ◦ blue 250

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

Shades of Mauve #D6B2FA

Tints of Mauve #D6B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.73%

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 33.33%
G = 27.73%
B = 38.94%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6B2FA (or 0xD6B2FA) is known color: Mauve. HEX triplet: D6, B2 and FA. RGB value is (214,178,250). Sum of RGB (Red+Green+Blue) = 214+178+250=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B2FA is #294D05. Grayscale: #C4C4C4. Windows color (decimal): -2706694 or 16429782. OLE color: 16429782.

HSL color Cylindrical-coordinate representation of color #D6B2FA: hue angle of 270º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B2FA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 178 250 -
CMYK 0.14 0.29 0 0.02
HSL 270º 0.88% 0.84% -
HSV(B) 270º 0.29% 0.98% -
XYZ 60.91 53.04 97.47 -
YUV 196.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 214 178 250 0.14 0.29 0 0.02 270 0.88 0.84
Hex D6 B2 FA E 1D 0 2 10E 58 54
Octal 326 262 372 16 35 0 2 416 130 124
Binary 11010110 10110010 11111010 1110 11101 0 10 100001110 1011000 1010100

Color Harmonies of #D6B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2FA

Black with #D6B2FA

Text Example


Text Example

White with #D6B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2FA; }

 p { color: rgb(214,178,250); }

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

background-color css

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

 a { background-color: rgb(214,178,250); }

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

border-color css

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

 span { border-color: rgb(214,178,250); }

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