#D5ABCA

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

Shades of Maverick #D5ABCA

Tints of Maverick #D5ABCA

Color information

#D5ABCA (or 0xD5ABCA) is unknown color: approx Maverick. HEX triplet: D5, AB and CA. RGB value is (213,171,202). Sum of RGB (Red+Green+Blue) = 213+171+202=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCA is #2A5435. Grayscale: #BBBBBB. Windows color (decimal): -2774070 or 13282261. OLE color: 13282261.

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

Color convert

RGB213171202-
CMYK00.200.050.16
HSL315.71º33.33%75.29%-
HSV(B)315.71º19.72%83.53%-
XYZ52.6647.5462.28-
YUV187.09136.41146.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=36.35%
G=29.18%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317120200.200.050.16315.7133.3375.29
HexD5ABCA01451013c214b
Octal32525331202452047441113
Binary110101011010101111001010010100101100001001111001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABCA; }

 p { color: rgb(213,171,202); }

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

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

 a { background-color: rgb(213,171,202); }

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

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

 span { border-color: rgb(213,171,202); }

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