Html Css Color HEX #D1ABBB Maverick

📋 copy color: '#D1ABBB'

red 209 ◦ green 171 ◦ blue 187

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

Shades of Maverick #D1ABBB

Tints of Maverick #D1ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 36.86%
G = 30.16%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1ABBB (or 0xD1ABBB) is known color: Maverick. HEX triplet: D1, AB and BB. RGB value is (209,171,187). Sum of RGB (Red+Green+Blue) = 209+171+187=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBB is #2E5444. Grayscale: #B8B8B8. Windows color (decimal): -3036229 or 12299217. OLE color: 12299217.

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

Color convert

RGB 209 171 187 -
CMYK 0 0.18 0.11 0.18
HSL 334.74º 0.29% 0.75% -
HSV(B) 334.74º 0.18% 0.82% -
XYZ 49.83 46.27 53.32 -
YUV 184.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 209 171 187 0 0.18 0.11 0.18 334.74 0.29 0.75
Hex D1 AB BB 0 12 B 12 14F 1D 4B
Octal 321 253 273 0 22 13 22 517 35 113
Binary 11010001 10101011 10111011 0 10010 1011 10010 101001111 11101 1001011

Color Harmonies of #D1ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABBB

Black with #D1ABBB

Text Example


Text Example

White with #D1ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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