#D9A6CB

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

Shades of Maverick #D9A6CB

Tints of Maverick #D9A6CB

Color information

#D9A6CB (or 0xD9A6CB) is unknown color: approx Maverick. HEX triplet: D9, A6 and CB. RGB value is (217,166,203). Sum of RGB (Red+Green+Blue) = 217+166+203=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6CB is #265934. Grayscale: #B9B9B9. Windows color (decimal): -2513205 or 13346521. OLE color: 13346521.

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

Color convert

RGB217166203-
CMYK00.240.060.15
HSL316.47º40.16%75.1%-
HSV(B)316.47º23.5%85.1%-
XYZ53.0346.3462.65-
YUV185.47137.9150.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=37.03%
G=28.33%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716620300.240.060.15316.4740.1675.1
HexD9A6CB0186F13c284b
Octal33124631303061747450113
Binary11011001101001101100101101100011011111001111001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6CB; }

 p { color: rgb(217,166,203); }

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

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

 a { background-color: rgb(217,166,203); }

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

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

 span { border-color: rgb(217,166,203); }

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