Html Css Color HEX #D6AABE Maverick

📋 copy color: '#D6AABE'

red 214 ◦ green 170 ◦ blue 190

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

Shades of Maverick #D6AABE

Tints of Maverick #D6AABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.62%

 BLUE value IS 190 (74.61% from 255) = 33.1%

R = 37.28%
G = 29.62%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6AABE (or 0xD6AABE) is known color: Maverick. HEX triplet: D6, AA and BE. RGB value is (214,170,190). Sum of RGB (Red+Green+Blue) = 214+170+190=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AABE is #295541. Grayscale: #B9B9B9. Windows color (decimal): -2708802 or 12495574. OLE color: 12495574.

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

Color convert

RGB 214 170 190 -
CMYK 0 0.21 0.11 0.16
HSL 332.73º 0.35% 0.75% -
HSV(B) 332.73º 0.21% 0.84% -
XYZ 51.4 46.76 55.03 -
YUV 185.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 214 170 190 0 0.21 0.11 0.16 332.73 0.35 0.75
Hex D6 AA BE 0 15 B 10 14D 23 4B
Octal 326 252 276 0 25 13 20 515 43 113
Binary 11010110 10101010 10111110 0 10101 1011 10000 101001101 100011 1001011

Color Harmonies of #D6AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AABE

Black with #D6AABE

Text Example


Text Example

White with #D6AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AABE; }

 p { color: rgb(214,170,190); }

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

background-color css

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

 a { background-color: rgb(214,170,190); }

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

border-color css

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

 span { border-color: rgb(214,170,190); }

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