Html Css Color HEX #D1AAC5 Maverick

📋 copy color: '#D1AAC5'

red 209 ◦ green 170 ◦ blue 197

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

Shades of Maverick #D1AAC5

Tints of Maverick #D1AAC5

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

 GREEN value IS 170 (66.8% from 255) = 29.51%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 36.28%
G = 29.51%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D1AAC5 (or 0xD1AAC5) is known color: Maverick. HEX triplet: D1, AA and C5. RGB value is (209,170,197). Sum of RGB (Red+Green+Blue) = 209+170+197=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAC5 is #2E553A. Grayscale: #B8B8B8. Windows color (decimal): -3036475 or 12954321. OLE color: 12954321.

HSL color Cylindrical-coordinate representation of color #D1AAC5: hue angle of 318.46º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AAC5 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 197 -
CMYK 0 0.19 0.06 0.18
HSL 318.46º 0.3% 0.74% -
HSV(B) 318.46º 0.19% 0.82% -
XYZ 50.75 46.34 59.09 -
YUV 184.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 209 170 197 0 0.19 0.06 0.18 318.46 0.3 0.74
Hex D1 AA C5 0 13 6 12 13E 1E 4A
Octal 321 252 305 0 23 6 22 476 36 112
Binary 11010001 10101010 11000101 0 10011 110 10010 100111110 11110 1001010

Color Harmonies of #D1AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAC5

Black with #D1AAC5

Text Example


Text Example

White with #D1AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAC5; }

 p { color: rgb(209,170,197); }

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

background-color css

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

 a { background-color: rgb(209,170,197); }

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

border-color css

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

 span { border-color: rgb(209,170,197); }

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