#D2ACBD

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

Shades of Maverick #D2ACBD

Tints of Maverick #D2ACBD

Color information

#D2ACBD (or 0xD2ACBD) is unknown color: approx Maverick. HEX triplet: D2, AC and BD. RGB value is (210,172,189). Sum of RGB (Red+Green+Blue) = 210+172+189=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACBD is #2D5342. Grayscale: #B9B9B9. Windows color (decimal): -2970435 or 12430546. OLE color: 12430546.

HSL color Cylindrical-coordinate representation of color #D2ACBD: hue angle of 333.16º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACBD is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210172189-
CMYK00.180.100.18
HSL333.16º29.69%74.9%-
HSV(B)333.16º18.1%82.35%-
XYZ50.5246.8854.53-
YUV185.3130.09145.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=36.78%
G=30.12%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017218900.180.100.18333.1629.6974.9
HexD2ACBD012A1214d1e4b
Octal322254275022122251536113
Binary110100101010110010111101010010101010010101001101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACBD; }

 p { color: rgb(210,172,189); }

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

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

 a { background-color: rgb(210,172,189); }

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

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

 span { border-color: rgb(210,172,189); }

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