Html Css Color HEX #D9AAC8 Maverick

📋 copy color: '#D9AAC8'

red 217 ◦ green 170 ◦ blue 200

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

Shades of Maverick #D9AAC8

Tints of Maverick #D9AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 36.97%
G = 28.96%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9AAC8 (or 0xD9AAC8) is known color: Maverick. HEX triplet: D9, AA and C8. RGB value is (217,170,200). Sum of RGB (Red+Green+Blue) = 217+170+200=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC8 is #265537. Grayscale: #BBBBBB. Windows color (decimal): -2512184 or 13150937. OLE color: 13150937.

HSL color Cylindrical-coordinate representation of color #D9AAC8: hue angle of 321.7º 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 #D9AAC8 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 200 -
CMYK 0 0.22 0.08 0.15
HSL 321.7º 0.38% 0.76% -
HSV(B) 321.7º 0.22% 0.85% -
XYZ 53.42 47.67 61.03 -
YUV 187.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 217 170 200 0 0.22 0.08 0.15 321.7 0.38 0.76
Hex D9 AA C8 0 16 8 F 142 26 4C
Octal 331 252 310 0 26 10 17 502 46 114
Binary 11011001 10101010 11001000 0 10110 1000 1111 101000010 100110 1001100

Color Harmonies of #D9AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAC8

Black with #D9AAC8

Text Example


Text Example

White with #D9AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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