Html Css Color HEX #D9A8C7 Maverick

📋 copy color: '#D9A8C7'

red 217 ◦ green 168 ◦ blue 199

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

Shades of Maverick #D9A8C7

Tints of Maverick #D9A8C7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.77%

 BLUE value IS 199 (78.13% from 255) = 34.08%

R = 37.16%
G = 28.77%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9A8C7 (or 0xD9A8C7) is known color: Maverick. HEX triplet: D9, A8 and C7. RGB value is (217,168,199). Sum of RGB (Red+Green+Blue) = 217+168+199=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8C7 is #265738. Grayscale: #BABABA. Windows color (decimal): -2512697 or 13084889. OLE color: 13084889.

HSL color Cylindrical-coordinate representation of color #D9A8C7: hue angle of 322.04º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8C7 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 199 -
CMYK 0 0.23 0.08 0.15
HSL 322.04º 0.39% 0.75% -
HSV(B) 322.04º 0.23% 0.85% -
XYZ 52.93 46.88 60.29 -
YUV 186.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 217 168 199 0 0.23 0.08 0.15 322.04 0.39 0.75
Hex D9 A8 C7 0 17 8 F 142 27 4B
Octal 331 250 307 0 27 10 17 502 47 113
Binary 11011001 10101000 11000111 0 10111 1000 1111 101000010 100111 1001011

Color Harmonies of #D9A8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8C7

Black with #D9A8C7

Text Example


Text Example

White with #D9A8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8C7; }

 p { color: rgb(217,168,199); }

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

background-color css

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

 a { background-color: rgb(217,168,199); }

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

border-color css

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

 span { border-color: rgb(217,168,199); }

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