Html Css Color HEX #D6AFED Mauve

📋 copy color: '#D6AFED'

red 214 ◦ green 175 ◦ blue 237

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

Shades of Mauve #D6AFED

Tints of Mauve #D6AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 34.19%
G = 27.96%
B = 37.86%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6AFED (or 0xD6AFED) is known color: Mauve. HEX triplet: D6, AF and ED. RGB value is (214,175,237). Sum of RGB (Red+Green+Blue) = 214+175+237=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFED is #295012. Grayscale: #C1C1C1. Windows color (decimal): -2707475 or 15577046. OLE color: 15577046.

HSL color Cylindrical-coordinate representation of color #D6AFED: hue angle of 277.74º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6AFED is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 175 237 -
CMYK 0.10 0.26 0 0.07
HSL 277.74º 0.63% 0.81% -
HSV(B) 277.74º 0.26% 0.93% -
XYZ 58.35 51.07 86.9 -
YUV 193.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 214 175 237 0.10 0.26 0 0.07 277.74 0.63 0.81
Hex D6 AF ED A 1A 0 7 116 3F 51
Octal 326 257 355 12 32 0 7 426 77 121
Binary 11010110 10101111 11101101 1010 11010 0 111 100010110 111111 1010001

Color Harmonies of #D6AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFED

Black with #D6AFED

Text Example


Text Example

White with #D6AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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