Html Css Color HEX #D1ABBD Maverick

📋 copy color: '#D1ABBD'

red 209 ◦ green 171 ◦ blue 189

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

Shades of Maverick #D1ABBD

Tints of Maverick #D1ABBD

RGB

 RED value IS 209 (82.03% from 255) = 36.73%

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

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 36.73%
G = 30.05%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1ABBD (or 0xD1ABBD) is known color: Maverick. HEX triplet: D1, AB and BD. RGB value is (209,171,189). Sum of RGB (Red+Green+Blue) = 209+171+189=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBD is #2E5442. Grayscale: #B8B8B8. Windows color (decimal): -3036227 or 12430289. OLE color: 12430289.

HSL color Cylindrical-coordinate representation of color #D1ABBD: hue angle of 331.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABBD is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 189 -
CMYK 0 0.18 0.10 0.18
HSL 331.58º 0.29% 0.75% -
HSV(B) 331.58º 0.18% 0.82% -
XYZ 50.04 46.36 54.45 -
YUV 184.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 209 171 189 0 0.18 0.10 0.18 331.58 0.29 0.75
Hex D1 AB BD 0 12 A 12 14C 1D 4B
Octal 321 253 275 0 22 12 22 514 35 113
Binary 11010001 10101011 10111101 0 10010 1010 10010 101001100 11101 1001011

Color Harmonies of #D1ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABBD

Black with #D1ABBD

Text Example


Text Example

White with #D1ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABBD; }

 p { color: rgb(209,171,189); }

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

background-color css

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

 a { background-color: rgb(209,171,189); }

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

border-color css

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

 span { border-color: rgb(209,171,189); }

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