Html Css Color HEX #D5ACF9 Mauve

📋 copy color: '#D5ACF9'

red 213 ◦ green 172 ◦ blue 249

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

Shades of Mauve #D5ACF9

Tints of Mauve #D5ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.13%

 BLUE value IS 249 (97.66% from 255) = 39.27%

R = 33.6%
G = 27.13%
B = 39.27%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5ACF9 (or 0xD5ACF9) is known color: Mauve. HEX triplet: D5, AC and F9. RGB value is (213,172,249). Sum of RGB (Red+Green+Blue) = 213+172+249=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACF9 is #2A5306. Grayscale: #C0C0C0. Windows color (decimal): -2773767 or 16362709. OLE color: 16362709.

HSL color Cylindrical-coordinate representation of color #D5ACF9: hue angle of 271.95º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5ACF9 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 172 249 -
CMYK 0.14 0.31 0 0.02
HSL 271.95º 0.87% 0.83% -
HSV(B) 271.95º 0.31% 0.98% -
XYZ 59.29 50.49 96.24 -
YUV 193.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 213 172 249 0.14 0.31 0 0.02 271.95 0.87 0.83
Hex D5 AC F9 E 1F 0 2 110 57 53
Octal 325 254 371 16 37 0 2 420 127 123
Binary 11010101 10101100 11111001 1110 11111 0 10 100010000 1010111 1010011

Color Harmonies of #D5ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACF9

Black with #D5ACF9

Text Example


Text Example

White with #D5ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACF9; }

 p { color: rgb(213,172,249); }

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

background-color css

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

 a { background-color: rgb(213,172,249); }

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

border-color css

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

 span { border-color: rgb(213,172,249); }

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