Html Css Color HEX #D9A9C5 Maverick

📋 copy color: '#D9A9C5'

red 217 ◦ green 169 ◦ blue 197

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

Shades of Maverick #D9A9C5

Tints of Maverick #D9A9C5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.99%

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

R = 37.22%
G = 28.99%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D9A9C5 (or 0xD9A9C5) is known color: Maverick. HEX triplet: D9, A9 and C5. RGB value is (217,169,197). Sum of RGB (Red+Green+Blue) = 217+169+197=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9C5 is #26563A. Grayscale: #BABABA. Windows color (decimal): -2512443 or 12954073. OLE color: 12954073.

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

Color convert

RGB 217 169 197 -
CMYK 0 0.22 0.09 0.15
HSL 325º 0.39% 0.76% -
HSV(B) 325º 0.22% 0.85% -
XYZ 52.88 47.16 59.14 -
YUV 186.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 217 169 197 0 0.22 0.09 0.15 325 0.39 0.76
Hex D9 A9 C5 0 16 9 F 145 27 4C
Octal 331 251 305 0 26 11 17 505 47 114
Binary 11011001 10101001 11000101 0 10110 1001 1111 101000101 100111 1001100

Color Harmonies of #D9A9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9C5

Black with #D9A9C5

Text Example


Text Example

White with #D9A9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9C5; }

 p { color: rgb(217,169,197); }

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

background-color css

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

 a { background-color: rgb(217,169,197); }

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

border-color css

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

 span { border-color: rgb(217,169,197); }

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