#D8A7CB

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

Shades of Maverick #D8A7CB

Tints of Maverick #D8A7CB

Color information

#D8A7CB (or 0xD8A7CB) is unknown color: approx Maverick. HEX triplet: D8, A7 and CB. RGB value is (216,167,203). Sum of RGB (Red+Green+Blue) = 216+167+203=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7CB is #275834. Grayscale: #B9B9B9. Windows color (decimal): -2578485 or 13346776. OLE color: 13346776.

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

Color convert

RGB216167203-
CMYK00.230.060.15
HSL315.92º38.58%75.1%-
HSV(B)315.92º22.69%84.71%-
XYZ52.9246.5562.7-
YUV185.76137.73149.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=36.86%
G=28.50%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616720300.230.060.15315.9238.5875.1
HexD8A7CB0176F13c274b
Octal33024731302761747447113
Binary11011000101001111100101101011111011111001111001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A7CB; }

 p { color: rgb(216,167,203); }

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

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

 a { background-color: rgb(216,167,203); }

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

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

 span { border-color: rgb(216,167,203); }

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