Html Css Color HEX #D9ABC8 Maverick

📋 copy color: '#D9ABC8'

red 217 ◦ green 171 ◦ blue 200

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

Shades of Maverick #D9ABC8

Tints of Maverick #D9ABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.08%

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

R = 36.9%
G = 29.08%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9ABC8 (or 0xD9ABC8) is known color: Maverick. HEX triplet: D9, AB and C8. RGB value is (217,171,200). Sum of RGB (Red+Green+Blue) = 217+171+200=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC8 is #265437. Grayscale: #BBBBBB. Windows color (decimal): -2511928 or 13151193. OLE color: 13151193.

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

Color convert

RGB 217 171 200 -
CMYK 0 0.21 0.08 0.15
HSL 322.17º 0.38% 0.76% -
HSV(B) 322.17º 0.21% 0.85% -
XYZ 53.6 48.05 61.09 -
YUV 188.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 217 171 200 0 0.21 0.08 0.15 322.17 0.38 0.76
Hex D9 AB C8 0 15 8 F 142 26 4C
Octal 331 253 310 0 25 10 17 502 46 114
Binary 11011001 10101011 11001000 0 10101 1000 1111 101000010 100110 1001100

Color Harmonies of #D9ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABC8

Black with #D9ABC8

Text Example


Text Example

White with #D9ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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