Html Css Color HEX #D3ACC1 Maverick

📋 copy color: '#D3ACC1'

red 211 ◦ green 172 ◦ blue 193

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

Shades of Maverick #D3ACC1

Tints of Maverick #D3ACC1

RGB

 RED value IS 211 (82.81% from 255) = 36.63%

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

 BLUE value IS 193 (75.78% from 255) = 33.51%

R = 36.63%
G = 29.86%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D3ACC1 (or 0xD3ACC1) is known color: Maverick. HEX triplet: D3, AC and C1. RGB value is (211,172,193). Sum of RGB (Red+Green+Blue) = 211+172+193=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACC1 is #2C533E. Grayscale: #BABABA. Windows color (decimal): -2904895 or 12692691. OLE color: 12692691.

HSL color Cylindrical-coordinate representation of color #D3ACC1: hue angle of 327.69º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ACC1 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 172 193 -
CMYK 0 0.18 0.09 0.17
HSL 327.69º 0.31% 0.75% -
HSV(B) 327.69º 0.18% 0.83% -
XYZ 51.24 47.2 56.86 -
YUV 186.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 211 172 193 0 0.18 0.09 0.17 327.69 0.31 0.75
Hex D3 AC C1 0 12 9 11 148 1F 4B
Octal 323 254 301 0 22 11 21 510 37 113
Binary 11010011 10101100 11000001 0 10010 1001 10001 101001000 11111 1001011

Color Harmonies of #D3ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACC1

Black with #D3ACC1

Text Example


Text Example

White with #D3ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACC1; }

 p { color: rgb(211,172,193); }

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

background-color css

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

 a { background-color: rgb(211,172,193); }

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

border-color css

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

 span { border-color: rgb(211,172,193); }

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