Html Css Color HEX #D2ABBF Maverick

📋 copy color: '#D2ABBF'

red 210 ◦ green 171 ◦ blue 191

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

Shades of Maverick #D2ABBF

Tints of Maverick #D2ABBF

RGB

 RED value IS 210 (82.42% from 255) = 36.71%

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

 BLUE value IS 191 (75% from 255) = 33.39%

R = 36.71%
G = 29.9%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2ABBF (or 0xD2ABBF) is known color: Maverick. HEX triplet: D2, AB and BF. RGB value is (210,171,191). Sum of RGB (Red+Green+Blue) = 210+171+191=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABBF is #2D5440. Grayscale: #B8B8B8. Windows color (decimal): -2970689 or 12561362. OLE color: 12561362.

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

Color convert

RGB 210 171 191 -
CMYK 0 0.19 0.09 0.18
HSL 329.23º 0.3% 0.75% -
HSV(B) 329.23º 0.19% 0.82% -
XYZ 50.55 46.59 55.62 -
YUV 184.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 210 171 191 0 0.19 0.09 0.18 329.23 0.3 0.75
Hex D2 AB BF 0 13 9 12 149 1E 4B
Octal 322 253 277 0 23 11 22 511 36 113
Binary 11010010 10101011 10111111 0 10011 1001 10010 101001001 11110 1001011

Color Harmonies of #D2ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABBF

Black with #D2ABBF

Text Example


Text Example

White with #D2ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABBF; }

 p { color: rgb(210,171,191); }

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

background-color css

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

 a { background-color: rgb(210,171,191); }

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

border-color css

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

 span { border-color: rgb(210,171,191); }

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