#D3A4BE

Color #D3A4BE Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D3A4BE

Tints of Maverick #D3A4BE

Color information

#D3A4BE (or 0xD3A4BE) is unknown color: approx Maverick. HEX triplet: D3, A4 and BE. RGB value is (211,164,190). Sum of RGB (Red+Green+Blue) = 211+164+190=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4BE is #2C5B41. Grayscale: #B4B4B4. Windows color (decimal): -2906946 or 12494035. OLE color: 12494035.

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

Color convert

RGB211164190-
CMYK00.220.100.17
HSL326.81º34.81%73.53%-
HSV(B)326.81º22.27%82.75%-
XYZ49.4344.1254.63-
YUV181.02133.07149.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=37.35%
G=29.03%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116419000.220.100.17326.8134.8173.53
HexD3A4BE016A11147234a
Octal323244276026122150743112
Binary1101001110100100101111100101101010100011010001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A4BE; }

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

 H1.HeaderClassName
 {
   color: #D3A4BE;
 }
 .AnyTagClassName
 {
   color: #D3A4BE;
 }
</style>
background-color css

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

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

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

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

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

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