Html Css Color HEX #D6ABC2 Maverick

📋 copy color: '#D6ABC2'

red 214 ◦ green 171 ◦ blue 194

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

Shades of Maverick #D6ABC2

Tints of Maverick #D6ABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 36.96%
G = 29.53%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D6ABC2 (or 0xD6ABC2) is known color: Maverick. HEX triplet: D6, AB and C2. RGB value is (214,171,194). Sum of RGB (Red+Green+Blue) = 214+171+194=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABC2 is #29543D. Grayscale: #BABABA. Windows color (decimal): -2708542 or 12757974. OLE color: 12757974.

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

Color convert

RGB 214 171 194 -
CMYK 0 0.20 0.09 0.16
HSL 327.91º 0.34% 0.75% -
HSV(B) 327.91º 0.2% 0.84% -
XYZ 52.03 47.32 57.43 -
YUV 186.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 214 171 194 0 0.20 0.09 0.16 327.91 0.34 0.75
Hex D6 AB C2 0 14 9 10 148 22 4B
Octal 326 253 302 0 24 11 20 510 42 113
Binary 11010110 10101011 11000010 0 10100 1001 10000 101001000 100010 1001011

Color Harmonies of #D6ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABC2

Black with #D6ABC2

Text Example


Text Example

White with #D6ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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