Html Css Color HEX #D3AABE Maverick

📋 copy color: '#D3AABE'

red 211 ◦ green 170 ◦ blue 190

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

Shades of Maverick #D3AABE

Tints of Maverick #D3AABE

RGB

 RED value IS 211 (82.81% from 255) = 36.95%

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

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

R = 36.95%
G = 29.77%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3AABE (or 0xD3AABE) is known color: Maverick. HEX triplet: D3, AA and BE. RGB value is (211,170,190). Sum of RGB (Red+Green+Blue) = 211+170+190=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AABE is #2C5541. Grayscale: #B8B8B8. Windows color (decimal): -2905410 or 12495571. OLE color: 12495571.

HSL color Cylindrical-coordinate representation of color #D3AABE: hue angle of 330.73º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AABE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 170 190 -
CMYK 0 0.19 0.10 0.17
HSL 330.73º 0.32% 0.75% -
HSV(B) 330.73º 0.19% 0.83% -
XYZ 50.53 46.32 54.99 -
YUV 184.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 211 170 190 0 0.19 0.10 0.17 330.73 0.32 0.75
Hex D3 AA BE 0 13 A 11 14B 20 4B
Octal 323 252 276 0 23 12 21 513 40 113
Binary 11010011 10101010 10111110 0 10011 1010 10001 101001011 100000 1001011

Color Harmonies of #D3AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AABE

Black with #D3AABE

Text Example


Text Example

White with #D3AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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