Html Css Color HEX #D5AFFC Mauve

📋 copy color: '#D5AFFC'

red 213 ◦ green 175 ◦ blue 252

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

Shades of Mauve #D5AFFC

Tints of Mauve #D5AFFC

RGB

 RED value IS 213 (83.59% from 255) = 33.28%

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

 BLUE value IS 252 (98.83% from 255) = 39.38%

R = 33.28%
G = 27.34%
B = 39.38%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5AFFC (or 0xD5AFFC) is known color: Mauve. HEX triplet: D5, AF and FC. RGB value is (213,175,252). Sum of RGB (Red+Green+Blue) = 213+175+252=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFFC is #2A5003. Grayscale: #C2C2C2. Windows color (decimal): -2772996 or 16560085. OLE color: 16560085.

HSL color Cylindrical-coordinate representation of color #D5AFFC: hue angle of 269.61º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5AFFC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 175 252 -
CMYK 0.15 0.31 0 0.01
HSL 269.61º 0.93% 0.84% -
HSV(B) 269.61º 0.31% 0.99% -
XYZ 60.34 51.83 98.92 -
YUV 195.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 213 175 252 0.15 0.31 0 0.01 269.61 0.93 0.84
Hex D5 AF FC F 1F 0 1 10E 5D 54
Octal 325 257 374 17 37 0 1 416 135 124
Binary 11010101 10101111 11111100 1111 11111 0 1 100001110 1011101 1010100

Color Harmonies of #D5AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFFC

Black with #D5AFFC

Text Example


Text Example

White with #D5AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFFC; }

 p { color: rgb(213,175,252); }

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

background-color css

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

 a { background-color: rgb(213,175,252); }

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

border-color css

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

 span { border-color: rgb(213,175,252); }

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