Html Css Color HEX #D6AFEA Mauve

📋 copy color: '#D6AFEA'

red 214 ◦ green 175 ◦ blue 234

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

Shades of Mauve #D6AFEA

Tints of Mauve #D6AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 34.35%
G = 28.09%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6AFEA (or 0xD6AFEA) is known color: Mauve. HEX triplet: D6, AF and EA. RGB value is (214,175,234). Sum of RGB (Red+Green+Blue) = 214+175+234=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFEA is #295015. Grayscale: #C1C1C1. Windows color (decimal): -2707478 or 15380438. OLE color: 15380438.

HSL color Cylindrical-coordinate representation of color #D6AFEA: hue angle of 279.66º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6AFEA is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 175 234 -
CMYK 0.09 0.25 0 0.08
HSL 279.66º 0.58% 0.8% -
HSV(B) 279.66º 0.25% 0.92% -
XYZ 57.91 50.9 84.61 -
YUV 193.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 214 175 234 0.09 0.25 0 0.08 279.66 0.58 0.8
Hex D6 AF EA 9 19 0 8 118 3A 50
Octal 326 257 352 11 31 0 10 430 72 120
Binary 11010110 10101111 11101010 1001 11001 0 1000 100011000 111010 1010000

Color Harmonies of #D6AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFEA

Black with #D6AFEA

Text Example


Text Example

White with #D6AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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