#D6ACCB

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

Shades of Maverick #D6ACCB

Tints of Maverick #D6ACCB

Color information

#D6ACCB (or 0xD6ACCB) is unknown color: approx Maverick. HEX triplet: D6, AC and CB. RGB value is (214,172,203). Sum of RGB (Red+Green+Blue) = 214+172+203=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACCB is #295334. Grayscale: #BCBCBC. Windows color (decimal): -2708277 or 13348054. OLE color: 13348054.

HSL color Cylindrical-coordinate representation of color #D6ACCB: hue angle of 315.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACCB is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214172203-
CMYK00.200.050.16
HSL315.71º33.87%75.69%-
HSV(B)315.71º19.63%83.92%-
XYZ53.2648.1162.98-
YUV188.09136.41146.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=36.33%
G=29.20%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417220300.200.050.16315.7133.8775.69
HexD6ACCB01451013c224c
Octal32625431302452047442114
Binary110101101010110011001011010100101100001001111001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACCB; }

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

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

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

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

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

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

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

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