#D1BACB

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

Shades of Maverick #D1BACB

Tints of Maverick #D1BACB

Color information

#D1BACB (or 0xD1BACB) is unknown color: approx Maverick. HEX triplet: D1, BA and CB. RGB value is (209,186,203). Sum of RGB (Red+Green+Blue) = 209+186+203=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACB is #2E4534. Grayscale: #C2C2C2. Windows color (decimal): -3032373 or 13351633. OLE color: 13351633.

HSL color Cylindrical-coordinate representation of color #D1BACB: hue angle of 315.65º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BACB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209186203-
CMYK00.110.030.18
HSL315.65º20%77.45%-
HSV(B)315.65º11%81.96%-
XYZ54.6352.9863.85-
YUV194.82132.62138.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=34.95%
G=31.10%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918620300.110.030.18315.652077.45
HexD1BACB0B31213c144d
Octal32127231301332247424115
Binary110100011011101011001011010111110010100111100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BACB; }

 p { color: rgb(209,186,203); }

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

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

 a { background-color: rgb(209,186,203); }

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

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

 span { border-color: rgb(209,186,203); }

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