#D2BACC

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

Shades of Maverick #D2BACC

Tints of Maverick #D2BACC

Color information

#D2BACC (or 0xD2BACC) is unknown color: approx Maverick. HEX triplet: D2, BA and CC. RGB value is (210,186,204). Sum of RGB (Red+Green+Blue) = 210+186+204=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACC is #2D4533. Grayscale: #C3C3C3. Windows color (decimal): -2966836 or 13417170. OLE color: 13417170.

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

Color convert

RGB210186204-
CMYK00.110.030.18
HSL315º21.05%77.65%-
HSV(B)315º11.43%82.35%-
XYZ55.0453.1864.49-
YUV195.23132.95138.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 204 (80.08% from 255) = 34%
R=35%
G=31%
B=34%

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
Decimal21018620400.110.030.1831521.0577.65
HexD2BACC0B31213b154e
Octal32227231401332247325116
Binary110100101011101011001100010111110010100111011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BACC; }

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

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

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

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

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

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

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

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