Html Css Color HEX #D5AAC4 Maverick

📋 copy color: '#D5AAC4'

red 213 ◦ green 170 ◦ blue 196

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

Shades of Maverick #D5AAC4

Tints of Maverick #D5AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.85%

R = 36.79%
G = 29.36%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5AAC4 (or 0xD5AAC4) is known color: Maverick. HEX triplet: D5, AA and C4. RGB value is (213,170,196). Sum of RGB (Red+Green+Blue) = 213+170+196=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAC4 is #2A553B. Grayscale: #B9B9B9. Windows color (decimal): -2774332 or 12888789. OLE color: 12888789.

HSL color Cylindrical-coordinate representation of color #D5AAC4: hue angle of 323.72º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAC4 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 196 -
CMYK 0 0.20 0.08 0.16
HSL 323.72º 0.34% 0.75% -
HSV(B) 323.72º 0.2% 0.84% -
XYZ 51.78 46.88 58.54 -
YUV 185.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 213 170 196 0 0.20 0.08 0.16 323.72 0.34 0.75
Hex D5 AA C4 0 14 8 10 144 22 4B
Octal 325 252 304 0 24 10 20 504 42 113
Binary 11010101 10101010 11000100 0 10100 1000 10000 101000100 100010 1001011

Color Harmonies of #D5AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAC4

Black with #D5AAC4

Text Example


Text Example

White with #D5AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAC4; }

 p { color: rgb(213,170,196); }

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

background-color css

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

 a { background-color: rgb(213,170,196); }

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

border-color css

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

 span { border-color: rgb(213,170,196); }

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