Html Css Color HEX #D3ABBD Maverick

📋 copy color: '#D3ABBD'

red 211 ◦ green 171 ◦ blue 189

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

Shades of Maverick #D3ABBD

Tints of Maverick #D3ABBD

RGB

 RED value IS 211 (82.81% from 255) = 36.95%

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

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

R = 36.95%
G = 29.95%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3ABBD (or 0xD3ABBD) is known color: Maverick. HEX triplet: D3, AB and BD. RGB value is (211,171,189). Sum of RGB (Red+Green+Blue) = 211+171+189=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABBD is #2C5442. Grayscale: #B8B8B8. Windows color (decimal): -2905155 or 12430291. OLE color: 12430291.

HSL color Cylindrical-coordinate representation of color #D3ABBD: hue angle of 333º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3ABBD is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 189 -
CMYK 0 0.19 0.10 0.17
HSL 333º 0.31% 0.75% -
HSV(B) 333º 0.19% 0.83% -
XYZ 50.61 46.65 54.48 -
YUV 185.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 211 171 189 0 0.19 0.10 0.17 333 0.31 0.75
Hex D3 AB BD 0 13 A 11 14D 1F 4B
Octal 323 253 275 0 23 12 21 515 37 113
Binary 11010011 10101011 10111101 0 10011 1010 10001 101001101 11111 1001011

Color Harmonies of #D3ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ABBD

Black with #D3ABBD

Text Example


Text Example

White with #D3ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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