Html Css Color HEX #D6ABC7 Maverick

📋 copy color: '#D6ABC7'

red 214 ◦ green 171 ◦ blue 199

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

Shades of Maverick #D6ABC7

Tints of Maverick #D6ABC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.08%

R = 36.64%
G = 29.28%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6ABC7 (or 0xD6ABC7) is known color: Maverick. HEX triplet: D6, AB and C7. RGB value is (214,171,199). Sum of RGB (Red+Green+Blue) = 214+171+199=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABC7 is #295438. Grayscale: #BABABA. Windows color (decimal): -2708537 or 13085654. OLE color: 13085654.

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

Color convert

RGB 214 171 199 -
CMYK 0 0.20 0.07 0.16
HSL 320.93º 0.34% 0.75% -
HSV(B) 320.93º 0.2% 0.84% -
XYZ 52.6 47.55 60.44 -
YUV 187.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 214 171 199 0 0.20 0.07 0.16 320.93 0.34 0.75
Hex D6 AB C7 0 14 7 10 141 22 4B
Octal 326 253 307 0 24 7 20 501 42 113
Binary 11010110 10101011 11000111 0 10100 111 10000 101000001 100010 1001011

Color Harmonies of #D6ABC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABC7

Black with #D6ABC7

Text Example


Text Example

White with #D6ABC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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