#D2ACCB

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

Shades of Maverick #D2ACCB

Tints of Maverick #D2ACCB

Color information

#D2ACCB (or 0xD2ACCB) is unknown color: approx Maverick. HEX triplet: D2, AC and CB. RGB value is (210,172,203). Sum of RGB (Red+Green+Blue) = 210+172+203=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACCB is #2D5334. Grayscale: #BABABA. Windows color (decimal): -2970421 or 13348050. OLE color: 13348050.

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

Color convert

RGB210172203-
CMYK00.180.030.18
HSL311.05º29.69%74.9%-
HSV(B)311.05º18.1%82.35%-
XYZ52.1147.5262.93-
YUV186.9137.09144.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=35.90%
G=29.40%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017220300.180.030.18311.0529.6974.9
HexD2ACCB0123121371e4b
Octal32225431302232246736113
Binary1101001010101100110010110100101110010100110111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACCB; }

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

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

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

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

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

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

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

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