Html Css Color HEX #D9AAC2 Maverick

📋 copy color: '#D9AAC2'

red 217 ◦ green 170 ◦ blue 194

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

Shades of Maverick #D9AAC2

Tints of Maverick #D9AAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 37.35%
G = 29.26%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9AAC2 (or 0xD9AAC2) is known color: Maverick. HEX triplet: D9, AA and C2. RGB value is (217,170,194). Sum of RGB (Red+Green+Blue) = 217+170+194=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC2 is #26553D. Grayscale: #BABABA. Windows color (decimal): -2512190 or 12757721. OLE color: 12757721.

HSL color Cylindrical-coordinate representation of color #D9AAC2: hue angle of 329.36º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAC2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 194 -
CMYK 0 0.22 0.11 0.15
HSL 329.36º 0.38% 0.76% -
HSV(B) 329.36º 0.22% 0.85% -
XYZ 52.73 47.4 57.41 -
YUV 186.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 217 170 194 0 0.22 0.11 0.15 329.36 0.38 0.76
Hex D9 AA C2 0 16 B F 149 26 4C
Octal 331 252 302 0 26 13 17 511 46 114
Binary 11011001 10101010 11000010 0 10110 1011 1111 101001001 100110 1001100

Color Harmonies of #D9AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAC2

Black with #D9AAC2

Text Example


Text Example

White with #D9AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAC2; }

 p { color: rgb(217,170,194); }

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

background-color css

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

 a { background-color: rgb(217,170,194); }

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

border-color css

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

 span { border-color: rgb(217,170,194); }

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