Html Css Color HEX #D6ABBF Maverick

📋 copy color: '#D6ABBF'

red 214 ◦ green 171 ◦ blue 191

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

Shades of Maverick #D6ABBF

Tints of Maverick #D6ABBF

RGB

 RED value IS 214 (83.98% from 255) = 37.15%

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

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

R = 37.15%
G = 29.69%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6ABBF (or 0xD6ABBF) is known color: Maverick. HEX triplet: D6, AB and BF. RGB value is (214,171,191). Sum of RGB (Red+Green+Blue) = 214+171+191=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBF is #295440. Grayscale: #BABABA. Windows color (decimal): -2708545 or 12561366. OLE color: 12561366.

HSL color Cylindrical-coordinate representation of color #D6ABBF: hue angle of 332.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABBF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 191 -
CMYK 0 0.20 0.11 0.16
HSL 332.09º 0.34% 0.75% -
HSV(B) 332.09º 0.2% 0.84% -
XYZ 51.7 47.18 55.67 -
YUV 186.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 214 171 191 0 0.20 0.11 0.16 332.09 0.34 0.75
Hex D6 AB BF 0 14 B 10 14C 22 4B
Octal 326 253 277 0 24 13 20 514 42 113
Binary 11010110 10101011 10111111 0 10100 1011 10000 101001100 100010 1001011

Color Harmonies of #D6ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABBF

Black with #D6ABBF

Text Example


Text Example

White with #D6ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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