Html Css Color HEX #D9AFED Mauve

📋 copy color: '#D9AFED'

red 217 ◦ green 175 ◦ blue 237

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

Shades of Mauve #D9AFED

Tints of Mauve #D9AFED

RGB

 RED value IS 217 (85.16% from 255) = 34.5%

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

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

R = 34.5%
G = 27.82%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9AFED (or 0xD9AFED) is known color: Mauve. HEX triplet: D9, AF and ED. RGB value is (217,175,237). Sum of RGB (Red+Green+Blue) = 217+175+237=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFED is #265012. Grayscale: #C2C2C2. Windows color (decimal): -2510867 or 15577049. OLE color: 15577049.

HSL color Cylindrical-coordinate representation of color #D9AFED: hue angle of 280.65º 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 #D9AFED is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 175 237 -
CMYK 0.08 0.26 0 0.07
HSL 280.65º 0.63% 0.81% -
HSV(B) 280.65º 0.26% 0.93% -
XYZ 59.23 51.53 86.94 -
YUV 194.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 217 175 237 0.08 0.26 0 0.07 280.65 0.63 0.81
Hex D9 AF ED 8 1A 0 7 119 3F 51
Octal 331 257 355 10 32 0 7 431 77 121
Binary 11011001 10101111 11101101 1000 11010 0 111 100011001 111111 1010001

Color Harmonies of #D9AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFED

Black with #D9AFED

Text Example


Text Example

White with #D9AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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