#D8ABCA

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

Shades of Maverick #D8ABCA

Tints of Maverick #D8ABCA

Color information

#D8ABCA (or 0xD8ABCA) is unknown color: approx Maverick. HEX triplet: D8, AB and CA. RGB value is (216,171,202). Sum of RGB (Red+Green+Blue) = 216+171+202=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABCA is #275435. Grayscale: #BBBBBB. Windows color (decimal): -2577462 or 13282264. OLE color: 13282264.

HSL color Cylindrical-coordinate representation of color #D8ABCA: hue angle of 318.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABCA is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216171202-
CMYK00.210.060.15
HSL318.67º36.59%75.88%-
HSV(B)318.67º20.83%84.71%-
XYZ53.5447.9962.32-
YUV187.99135.91147.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=36.67%
G=29.03%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617120200.210.060.15318.6736.5975.88
HexD8ABCA0156F13f254c
Octal33025331202561747745114
Binary11011000101010111100101001010111011111001111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABCA; }

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

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

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

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

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

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

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

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