#D8ACCB

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

Shades of Maverick #D8ACCB

Tints of Maverick #D8ACCB

Color information

#D8ACCB (or 0xD8ACCB) is unknown color: approx Maverick. HEX triplet: D8, AC and CB. RGB value is (216,172,203). Sum of RGB (Red+Green+Blue) = 216+172+203=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCB is #275334. Grayscale: #BCBCBC. Windows color (decimal): -2577205 or 13348056. OLE color: 13348056.

HSL color Cylindrical-coordinate representation of color #D8ACCB: hue angle of 317.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACCB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216172203-
CMYK00.200.060.15
HSL317.73º36.07%76.08%-
HSV(B)317.73º20.37%84.71%-
XYZ53.8548.4263.01-
YUV188.69136.08147.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=36.55%
G=29.10%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617220300.200.060.15317.7336.0776.08
HexD8ACCB0146F13e244c
Octal33025431302461747644114
Binary11011000101011001100101101010011011111001111101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACCB; }

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

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

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

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

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

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

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

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