Html Css Color HEX #D9ABC2 Maverick

📋 copy color: '#D9ABC2'

red 217 ◦ green 171 ◦ blue 194

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

Shades of Maverick #D9ABC2

Tints of Maverick #D9ABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 37.29%
G = 29.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9ABC2 (or 0xD9ABC2) is known color: Maverick. HEX triplet: D9, AB and C2. RGB value is (217,171,194). Sum of RGB (Red+Green+Blue) = 217+171+194=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABC2 is #26543D. Grayscale: #BBBBBB. Windows color (decimal): -2511934 or 12757977. OLE color: 12757977.

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

Color convert

RGB 217 171 194 -
CMYK 0 0.21 0.11 0.15
HSL 330º 0.38% 0.76% -
HSV(B) 330º 0.21% 0.85% -
XYZ 52.92 47.77 57.47 -
YUV 187.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 217 171 194 0 0.21 0.11 0.15 330 0.38 0.76
Hex D9 AB C2 0 15 B F 14A 26 4C
Octal 331 253 302 0 25 13 17 512 46 114
Binary 11011001 10101011 11000010 0 10101 1011 1111 101001010 100110 1001100

Color Harmonies of #D9ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABC2

Black with #D9ABC2

Text Example


Text Example

White with #D9ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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