#D2BACB

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

Shades of Maverick #D2BACB

Tints of Maverick #D2BACB

Color information

#D2BACB (or 0xD2BACB) is unknown color: approx Maverick. HEX triplet: D2, BA and CB. RGB value is (210,186,203). Sum of RGB (Red+Green+Blue) = 210+186+203=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACB is #2D4534. Grayscale: #C3C3C3. Windows color (decimal): -2966837 or 13351634. OLE color: 13351634.

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

Color convert

RGB210186203-
CMYK00.110.030.18
HSL317.5º21.05%77.65%-
HSV(B)317.5º11.43%82.35%-
XYZ54.9253.1363.86-
YUV195.11132.45138.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=35.06%
G=31.05%
B=33.89%

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
Decimal21018620300.110.030.18317.521.0577.65
HexD2BACB0B31213e154e
Octal32227231301332247625116
Binary110100101011101011001011010111110010100111110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BACB; }

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

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

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

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

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

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

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

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