Html Css Color HEX #D6AFF3 Mauve

📋 copy color: '#D6AFF3'

red 214 ◦ green 175 ◦ blue 243

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

Shades of Mauve #D6AFF3

Tints of Mauve #D6AFF3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.69%

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

R = 33.86%
G = 27.69%
B = 38.45%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6AFF3 (or 0xD6AFF3) is known color: Mauve. HEX triplet: D6, AF and F3. RGB value is (214,175,243). Sum of RGB (Red+Green+Blue) = 214+175+243=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFF3 is #29500C. Grayscale: #C2C2C2. Windows color (decimal): -2707469 or 15970262. OLE color: 15970262.

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

Color convert

RGB 214 175 243 -
CMYK 0.12 0.28 0 0.05
HSL 274.41º 0.74% 0.82% -
HSV(B) 274.41º 0.28% 0.95% -
XYZ 59.24 51.43 91.6 -
YUV 194.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 214 175 243 0.12 0.28 0 0.05 274.41 0.74 0.82
Hex D6 AF F3 C 1C 0 5 112 4A 52
Octal 326 257 363 14 34 0 5 422 112 122
Binary 11010110 10101111 11110011 1100 11100 0 101 100010010 1001010 1010010

Color Harmonies of #D6AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFF3

Black with #D6AFF3

Text Example


Text Example

White with #D6AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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