Html Css Color HEX #D6ABC4 Maverick

📋 copy color: '#D6ABC4'

red 214 ◦ green 171 ◦ blue 196

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

Shades of Maverick #D6ABC4

Tints of Maverick #D6ABC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 36.83%
G = 29.43%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6ABC4 (or 0xD6ABC4) is known color: Maverick. HEX triplet: D6, AB and C4. RGB value is (214,171,196). Sum of RGB (Red+Green+Blue) = 214+171+196=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABC4 is #29543B. Grayscale: #BABABA. Windows color (decimal): -2708540 or 12889046. OLE color: 12889046.

HSL color Cylindrical-coordinate representation of color #D6ABC4: hue angle of 325.12º 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 #D6ABC4 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 196 -
CMYK 0 0.20 0.08 0.16
HSL 325.12º 0.34% 0.75% -
HSV(B) 325.12º 0.2% 0.84% -
XYZ 52.26 47.41 58.62 -
YUV 186.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 214 171 196 0 0.20 0.08 0.16 325.12 0.34 0.75
Hex D6 AB C4 0 14 8 10 145 22 4B
Octal 326 253 304 0 24 10 20 505 42 113
Binary 11010110 10101011 11000100 0 10100 1000 10000 101000101 100010 1001011

Color Harmonies of #D6ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABC4

Black with #D6ABC4

Text Example


Text Example

White with #D6ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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