#D8A4CB

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

Shades of Maverick #D8A4CB

Tints of Maverick #D8A4CB

Color information

#D8A4CB (or 0xD8A4CB) is unknown color: approx Maverick. HEX triplet: D8, A4 and CB. RGB value is (216,164,203). Sum of RGB (Red+Green+Blue) = 216+164+203=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4CB is #275B34. Grayscale: #B7B7B7. Windows color (decimal): -2579253 or 13346008. OLE color: 13346008.

HSL color Cylindrical-coordinate representation of color #D8A4CB: hue angle of 315º 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 #D8A4CB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216164203-
CMYK00.240.060.15
HSL315º40%74.51%-
HSV(B)315º24.07%84.71%-
XYZ52.3745.4662.51-
YUV183.99138.73150.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=37.05%
G=28.13%
B=34.82%

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
Decimal21616420300.240.060.153154074.51
HexD8A4CB0186F13b284b
Octal33024431303061747350113
Binary11011000101001001100101101100011011111001110111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4CB; }

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

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

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

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

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

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

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

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